Make WordPress Core

Changeset 37671


Ignore:
Timestamp:
06/09/2016 08:33:57 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Improve documentation for the $feature parameter in the DocBlock for add_theme_support().

See #32246. See #37067.

File:
1 edited

Legend:

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

    r37544 r37671  
    15251525 * @global array $_wp_theme_features
    15261526 *
    1527  * @param string $feature The feature being added.
     1527 * @param string $feature The feature being added. Likely core values include 'post-formats',
     1528 *                        'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads',
     1529 *                        'custom-header', 'custom-background', 'title-tag', etc.
    15281530 * @return void|bool False on failure, void otherwise.
    15291531 */
Note: See TracChangeset for help on using the changeset viewer.