From 13896125d538d38936443f6565cd7961b8d7a40e Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 12 Jan 2016 12:25:37 +0000 Subject: [PATCH] Docs: Revert [36268] as the global is indeed used, just via the superglobal. Fixes #35413. git-svn-id: https://develop.svn.wordpress.org/trunk@36269 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index f4a20909d2..72ef1641aa 100644 --- a/src/wp-includes/post.php +++ b/src/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. */