Changeset 61009 for trunk/src/wp-includes/blocks/require-static-blocks.php
- Timestamp:
- 10/21/2025 07:11:53 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/require-static-blocks.php
r58387 r61009 4 4 // Returns folder names for static blocks necessary for core blocks registration. 5 5 return array( 6 'accordion-heading', 7 'accordion-panel', 6 8 'audio', 7 9 'buttons', … … 15 17 'html', 16 18 'list-item', 19 'math', 17 20 'missing', 18 21 'more', … … 26 29 'spacer', 27 30 'table', 31 'terms-query', 28 32 'text-columns', 29 33 'verse', 30 'video',31 34 );
Note: See TracChangeset
for help on using the changeset viewer.