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
This commit is contained in:
Drew Jaynes 2015-04-04 21:52:25 +00:00
parent 6ccba88ea5
commit 7c3e469326
2 changed files with 4 additions and 4 deletions

View File

@ -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 ) {

View File

@ -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.