Changeset 49927 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 01/03/2021 10:02:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r49850 r49927 100 100 * @param array $metadata Block metadata. 101 101 * @param string $field_name Field name to pick from metadata. 102 * @return string| boolScript handle provided directly or created through103 * script's registration, or false on failure.102 * @return string|false Script handle provided directly or created through 103 * script's registration, or false on failure. 104 104 */ 105 105 function register_block_script_handle( $metadata, $field_name ) { … … 147 147 * @param array $metadata Block metadata. 148 148 * @param string $field_name Field name to pick from metadata. 149 * @return string| booleanStyle handle provided directly or created through150 * 149 * @return string|false Style handle provided directly or created through 150 * style's registration, or false on failure. 151 151 */ 152 152 function register_block_style_handle( $metadata, $field_name ) {
Note: See TracChangeset
for help on using the changeset viewer.