Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:57:51 AM (2 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements for changes introduced in 6.0.

See #54729

File:
1 edited

Legend:

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

    r53129 r53302  
    15391539     * @since 6.0.0
    15401540     *
    1541      * @param array      $data The data to inspect.
    1542      * @param bool|array $path Boolean or path to a boolean.
     1541     * @param array      $data    The data to inspect.
     1542     * @param bool|array $path    Boolean or path to a boolean.
    15431543     * @param bool       $default Default value if the referenced path is missing.
    1544      * @return boolean
     1544     *                            Default false.
     1545     * @return bool Value of boolean metadata.
    15451546     */
    15461547    protected static function get_metadata_boolean( $data, $path, $default = false ) {
Note: See TracChangeset for help on using the changeset viewer.