Make WordPress Core


Ignore:
Timestamp:
02/26/2016 05:11:56 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing description for the &$themes parameter in the DocBlock for WP_Theme::sort_by_name().

See #32246.

File:
1 edited

Legend:

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

    r36734 r36736  
    13171317
    13181318    /**
    1319      * Sort themes by name.
     1319     * Sorts themes by name.
    13201320     *
    13211321     * @since 3.4.0
     
    13231323     * @static
    13241324     * @access public
     1325     *
     1326     * @param array $themes Array of themes to sort, passed by reference.
    13251327     */
    13261328    public static function sort_by_name( &$themes ) {
Note: See TracChangeset for help on using the changeset viewer.