From 08a897b58c8df2cafea8e33395e4ae2a1da5804b Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 4 Apr 2015 21:51:36 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/post.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/includes/post.php b/src/wp-admin/includes/post.php index e1a1d3fc60..9356ace1aa 100644 --- a/src/wp-admin/includes/post.php +++ b/src/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 ) {