Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r49367 r49927  
    24932493 *                        'editor-styles', 'wp-block-styles', and 'core-block-patterns'.
    24942494 * @param mixed  ...$args Optional extra arguments to pass along with certain features.
    2495  * @return void|bool False on failure, void otherwise.
     2495 * @return void|false False on failure, void otherwise.
    24962496 */
    24972497function add_theme_support( $feature, ...$args ) {
Note: See TracChangeset for help on using the changeset viewer.