From 7c3e469326c746747c288edd1a3a44df5054e254 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 4 Apr 2015 21:52:25 +0000 Subject: [PATCH] Clarify the DocBlock summary and parameter description for `wp_edit_attachments_query_vars()`. See [31037]. See #31888. Built from https://develop.svn.wordpress.org/trunk@32019 git-svn-id: http://core.svn.wordpress.org/trunk@31998 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/post.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index e1a1d3fc60..9356ace1aa 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1066,12 +1066,12 @@ function get_available_post_mime_types($type = 'attachment') { } /** - * Get the query vars for the current attachments request + * Get the query variables for the current attachments request. * * @since 4.2.0 * - * @param array|false $q Array of query variables to use to build the query or false to use $_GET superglobal. - * + * @param array|false $q Optional. Array of query variables to use to build the query or false + * to use $_GET superglobal. Default false. * @return array The parsed query vars. */ function wp_edit_attachments_query_vars( $q = false ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index cdaf0c087f..0b2cf1f6fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32018'; +$wp_version = '4.2-beta4-32019'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.