Make WordPress Core


Ignore:
Timestamp:
06/23/2021 07:04:51 PM (3 years ago)
Author:
desrosj
Message:

Docs: Various docblock corrections for code added in 5.8.

Props johnbillion.
See #53461.

File:
1 edited

Legend:

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

    r51167 r51221  
    215215    /**
    216216     * Add `style` and `editor_style` for core blocks if missing.
    217      *
    218      * @since 5.8.0
    219217     */
    220218    if ( ! empty( $metadata['name'] ) && 0 === strpos( $metadata['name'], 'core/' ) ) {
Note: See TracChangeset for help on using the changeset viewer.