Changeset 57500
- Timestamp:
- 01/31/2024 12:45:35 PM (13 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-bindings.php
r57375 r57500 49 49 * 50 50 * @param string $source_name Block bindings source name including namespace. 51 * @return array|false The unregist red block bindings source on success and `false` otherwise.51 * @return array|false The unregistered block bindings source on success and `false` otherwise. 52 52 */ 53 53 function unregister_block_bindings_source( $source_name ) { -
trunk/src/wp-includes/class-wp-block-bindings-registry.php
r57375 r57500 117 117 * 118 118 * @param string $source_name Block bindings source name including namespace. 119 * @return array|false The unregist red block bindings source on success and `false` otherwise.119 * @return array|false The unregistered block bindings source on success and `false` otherwise. 120 120 */ 121 121 public function unregister( $source_name ) {
Note: See TracChangeset
for help on using the changeset viewer.