Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-date-query.php

    r47851 r48102  
    178178     *
    179179     * Ensures that each query-level clause has a 'relation' key, and that
    180      * each first-order clause contains all the necessary keys from
    181      * `$defaults`.
     180     * each first-order clause contains all the necessary keys from `$defaults`.
    182181     *
    183182     * @since 4.1.0
     
    185184     * @param array $queries
    186185     * @param array $parent_query
    187      *
    188186     * @return array Sanitized queries.
    189187     */
Note: See TracChangeset for help on using the changeset viewer.