Changeset 61552
- Timestamp:
- 01/28/2026 11:46:47 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/functions.php
r60610 r61552 7 7 * @package Twenty Twenty-Four 8 8 * @since Twenty Twenty-Four 1.0 9 */10 11 /**12 * Register block styles.13 9 */ 14 10 … … 147 143 add_action( 'init', 'twentytwentyfour_block_styles' ); 148 144 149 /**150 * Enqueue block stylesheets.151 */152 153 145 if ( ! function_exists( 'twentytwentyfour_block_stylesheets' ) ) : 154 146 /** … … 181 173 add_action( 'init', 'twentytwentyfour_block_stylesheets' ); 182 174 183 /**184 * Register pattern categories.185 */186 187 175 if ( ! function_exists( 'twentytwentyfour_pattern_categories' ) ) : 188 176 /**
Note: See TracChangeset
for help on using the changeset viewer.