diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 72ef1641aa..f4a20909d2 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -4858,8 +4858,6 @@ 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. */