Make WordPress Core


Ignore:
Timestamp:
01/31/2024 12:45:35 PM (15 months ago)
Author:
swissspidy
Message:

Editor: fix small typos in block bindings API docblocks.

Props shailu25.
See #60282.
Fixes #60386.

File:
1 edited

Legend:

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

    r57375 r57500  
    117117     *
    118118     * @param string $source_name Block bindings source name including namespace.
    119      * @return array|false The unregistred block bindings source on success and `false` otherwise.
     119     * @return array|false The unregistered block bindings source on success and `false` otherwise.
    120120     */
    121121    public function unregister( $source_name ) {
Note: See TracChangeset for help on using the changeset viewer.