Make WordPress Core


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

Docs: Various docblock improvements.

See #60699

File:
1 edited

Legend:

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

    r58073 r58075  
    8888 *                                             The callback has a mixed return type; it may return a string to override
    8989 *                                             the block's original value, null, false to remove an attribute, etc.
    90  *     @type array    $uses_context (optional) Array of values to add to block `uses_context` needed by the source.
     90 *     @type string[] $uses_context (optional) Array of values to add to block `uses_context` needed by the source.
    9191 * }
    9292 * @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.