Docs: Revert [36268] as the global is indeed used, just via the superglobal.

Fixes #35413.
Built from https://develop.svn.wordpress.org/trunk@36269


git-svn-id: http://core.svn.wordpress.org/trunk@36236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2016-01-12 12:26:27 +00:00
parent 14f073a154
commit d0c1f44d21
2 changed files with 3 additions and 1 deletions

View File

@ -4858,6 +4858,8 @@ function wp_update_attachment_metadata( $post_id, $data ) {
*
* @since 2.1.0
*
* @global string $pagenow
*
* @param int $post_id Optional. Attachment ID. Default 0.
* @return string|false Attachment URL, otherwise false.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36268';
$wp_version = '4.5-alpha-36269';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.