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:
parent
14f073a154
commit
d0c1f44d21
wp-includes
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue