Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42747 r42875  
    15371537     * @since 3.4.0
    15381538     *
    1539      * @param array $themes Array of themes to sort (passed by reference).
     1539     * @param WP_Theme[] $themes Array of theme objects to sort (passed by reference).
    15401540     */
    15411541    public static function sort_by_name( &$themes ) {
Note: See TracChangeset for help on using the changeset viewer.