Make WordPress Core

Changeset 30189


Ignore:
Timestamp:
11/03/2014 05:17:05 AM (10 years ago)
Author:
wonderboymusic
Message:

Correct type in the doc block for get_theme_support().

See #30224.

File:
1 edited

Legend:

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

    r30188 r30189  
    16691669 *
    16701670 * @param string $feature the feature to check
    1671  * @return mixed The array of extra arguments or value of registered featured.
     1671 * @return mixed The array of extra arguments or the value for the registered feature.
    16721672 */
    16731673function get_theme_support( $feature ) {
Note: See TracChangeset for help on using the changeset viewer.