Changeset 59244 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/functions.php
r58718 r59244 141 141 142 142 /** 143 * Add block patterns. 144 */ 145 require get_template_directory() . '/inc/block-patterns.php'; 143 * Register block patterns and pattern categories. 144 * 145 * @since Twenty Twelve 4.4 146 */ 147 function twentytwelve_register_block_patterns() { 148 require get_template_directory() . '/inc/block-patterns.php'; 149 } 150 151 add_action( 'init', 'twentytwelve_register_block_patterns' ); 146 152 147 153 if ( ! function_exists( 'twentytwelve_get_font_url' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.