Changeset 57521 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 02/02/2024 12:59:21 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r57493 r57521 328 328 * @since 6.3.0 Added `selectors` field. 329 329 * @since 6.4.0 Added support for `blockHooks` field. 330 * @since 6.5.0 Added support for ` viewStyle` field.330 * @since 6.5.0 Added support for `allowedBlocks` and `viewStyle` fields. 331 331 * 332 332 * @param string $file_or_folder Path to the JSON file with metadata definition for … … 425 425 'variations' => 'variations', 426 426 'example' => 'example', 427 'allowedBlocks' => 'allowed_blocks', 427 428 ); 428 429 $textdomain = ! empty( $metadata['textdomain'] ) ? $metadata['textdomain'] : null;
Note: See TracChangeset
for help on using the changeset viewer.