Make WordPress Core

Changeset 32019


Ignore:
Timestamp:
04/04/2015 09:51:36 PM (10 years ago)
Author:
DrewAPicture
Message:

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

See [31037]. See #31888.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r32002 r32019  
    10671067
    10681068/**
    1069  * Get the query vars for the current attachments request
     1069 * Get the query variables for the current attachments request.
    10701070 *
    10711071 * @since 4.2.0
    10721072 *
    1073  * @param array|false $q Array of query variables to use to build the query or false to use $_GET superglobal.
    1074  *
     1073 * @param array|false $q Optional. Array of query variables to use to build the query or false
     1074 *                       to use $_GET superglobal. Default false.
    10751075 * @return array The parsed query vars.
    10761076 */
Note: See TracChangeset for help on using the changeset viewer.