Changeset 48531 for trunk/src/wp-includes/block-patterns.php
- Timestamp:
- 07/21/2020 01:13:54 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-patterns.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns.php
r48494 r48531 45 45 register_block_pattern_category( 'text', array( 'label' => _x( 'Text', 'Block pattern category' ) ) ); 46 46 } 47 48 add_action( 'init', '_register_core_block_patterns_and_categories' );
Note: See TracChangeset
for help on using the changeset viewer.