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:
parent
c7fee4fab0
commit
08a897b58c
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user