Make WordPress Core


Ignore:
Timestamp:
05/02/2024 01:17:45 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #60699

File:
1 edited

Legend:

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

    r58073 r58075  
    3737         *
    3838         * @since 6.5.0
    39          * @var array
     39         * @var string[]
    4040         */
    4141        private $allowed_source_properties = array(
     
    4949         *
    5050         * @since 6.5.0
    51          * @var array
     51         * @var string[]
    5252         */
    5353        private $supported_blocks = array(
     
    9191         *                                             The callback has a mixed return type; it may return a string to override
    9292         *                                             the block's original value, null, false to remove an attribute, etc.
    93          *     @type array    $uses_context (optional) Array of values to add to block `uses_context` needed by the source.
     93         *     @type string[] $uses_context (optional) Array of values to add to block `uses_context` needed by the source.
    9494         * }
    9595         * @return WP_Block_Bindings_Source|false Source when the registration was successful, or `false` on failure.
Note: See TracChangeset for help on using the changeset viewer.