Make WordPress Core


Ignore:
Timestamp:
05/01/2024 11:59:03 PM (10 months ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #60699

File:
1 edited

Legend:

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

    r58024 r58073  
    303303     * @since 6.3.0 Added the `selectors` property.
    304304     * @since 6.4.0 Added the `block_hooks` property.
    305      * @since 6.5.0 Added the `view_style_handles` property.
     305     * @since 6.5.0 Added the `allowed_blocks`, `variation_callback`, and `view_style_handles` properties.
    306306     *
    307307     * @see register_block_type()
     
    622622     * @since 6.5.0
    623623     *
    624      * @return array[]
     624     * @return string[]
    625625     */
    626626    public function get_uses_context() {
     
    630630         * @since 6.5.0
    631631         *
    632          * @param array         $uses_context Array of registered uses context for a block type.
     632         * @param string[]      $uses_context Array of registered uses context for a block type.
    633633         * @param WP_Block_Type $block_type   The full block type object.
    634634         */
Note: See TracChangeset for help on using the changeset viewer.