Changeset 57514 for trunk/src/wp-includes/block-bindings.php
- Timestamp:
- 02/01/2024 12:52:54 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-bindings.php
r57500 r57514 20 20 * @since 6.5.0 21 21 * 22 * @param string $source_name The name of the source. 22 * @param string $source_name The name of the source. It must be a string containing a namespace prefix, i.e. 23 * `my-plugin/my-custom-source`. It must only contain lowercase alphanumeric 24 * characters, the forward slash `/` and dashes. 23 25 * @param array $source_properties { 24 26 * The array of arguments that are used to register a source.
Note: See TracChangeset
for help on using the changeset viewer.