Changeset 59244 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 10/17/2024 12:35:01 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r58718 r59244 658 658 659 659 /** 660 * Block Patterns. 661 * 662 * @since Twenty Fifteen 3.0 663 */ 664 require get_template_directory() . '/inc/block-patterns.php'; 660 * Register block patterns and pattern categories. 661 * 662 * @since Twenty Fifteen 3.9 663 */ 664 function twentyfifteen_register_block_patterns() { 665 require get_template_directory() . '/inc/block-patterns.php'; 666 } 667 668 add_action( 'init', 'twentyfifteen_register_block_patterns' );
Note: See TracChangeset
for help on using the changeset viewer.