From d0c1f44d216c9b258df00ccc85ea9ebde7d2e813 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 12 Jan 2016 12:26:27 +0000 Subject: [PATCH] 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 --- wp-includes/post.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index f4a20909d2..72ef1641aa 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 3c02200759..b88e013616 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.