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.