Changeset 60507
- Timestamp:
- 07/24/2025 02:42:29 PM (4 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 2 edited
-
twentyeleven/inc/block-patterns.php (modified) (2 diffs)
-
twentyten/block-patterns.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/inc/block-patterns.php
r60506 r60507 12 12 13 13 /** 14 * Register sBlock Pattern Category.14 * Register Block Pattern Category. 15 15 */ 16 16 if ( function_exists( 'register_block_pattern_category' ) ) { … … 23 23 24 24 /** 25 * Register sBlock Patterns.25 * Register Block Patterns. 26 26 */ 27 27 if ( function_exists( 'register_block_pattern' ) ) { -
trunk/src/wp-content/themes/twentyten/block-patterns.php
r60505 r60507 12 12 13 13 /** 14 * Register sBlock Pattern Category.14 * Register Block Pattern Category. 15 15 */ 16 16 if ( function_exists( 'register_block_pattern_category' ) ) { … … 23 23 24 24 /** 25 * Register sBlock Patterns.25 * Register Block Patterns. 26 26 */ 27 27 if ( function_exists( 'register_block_pattern' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.