Make WordPress Core


Ignore:
Timestamp:
01/31/2024 12:45:35 PM (8 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/block-bindings.php

    r57375 r57500  
    4949 *
    5050 * @param string $source_name Block bindings source name including namespace.
    51  * @return array|false The unregistred block bindings source on success and `false` otherwise.
     51 * @return array|false The unregistered block bindings source on success and `false` otherwise.
    5252 */
    5353function unregister_block_bindings_source( $source_name ) {
Note: See TracChangeset for help on using the changeset viewer.