Make WordPress Core


Ignore:
Timestamp:
08/18/2023 05:27:16 PM (13 months ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections and improvements.

See #58833

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-block-type.php

    r55673 r56414  
    334334     * @param string $name Deprecated property name.
    335335     *
    336      * @return boolean Returns true when for the new property the first item in the array exists,
    337      *                     or false otherwise.
     336     * @return bool Returns true when for the new property the first item in the array exists,
     337     *              or false otherwise.
    338338     */
    339339    public function __isset( $name ) {
Note: See TracChangeset for help on using the changeset viewer.