Make WordPress Core

Changeset 57500


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

Editor: fix small typos in block bindings API docblocks.

Props shailu25.
See #60282.
Fixes #60386.

Location:
trunk/src/wp-includes
Files:
2 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 ) {
  • 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.