Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:01:17 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in docblocks for symbols, properties, and filters.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-supports/spacing.php

    r50945 r51298  
    7676 * @param WP_Block_Type $block_type Block type to check for support.
    7777 * @param string        $feature    Name of the feature to check support for.
    78  * @param mixed         $default    Fallback value for feature support, defaults to false.
    79  *
    80  * @return boolean                  Whether or not the feature is supported.
     78 * @param mixed         $default    Fallback value for feature support. Default false.
     79 * @return bool Whether the feature is supported.
    8180 */
    8281function wp_has_spacing_feature_support( $block_type, $feature, $default = false ) {
Note: See TracChangeset for help on using the changeset viewer.