Clarify the DocBlock summary and parameter description for wp_edit_attachments_query_vars().

See [31037]. See #31888.


git-svn-id: https://develop.svn.wordpress.org/trunk@32019 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-04-04 21:51:36 +00:00
parent c7fee4fab0
commit 08a897b58c

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