Make WordPress Core


Ignore:
Timestamp:
01/05/2021 04:46:02 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use more consistent descriptions for void|false return values.

See #51800.

File:
1 edited

Legend:

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

    r49927 r49935  
    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|false False on failure, void otherwise.
     2495 * @return void|false Void on success, false on failure.
    24962496 */
    24972497function add_theme_support( $feature, ...$args ) {
Note: See TracChangeset for help on using the changeset viewer.