Changeset 60610
- Timestamp:
- 08/06/2025 04:58:46 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/functions.php
r57555 r60610 15 15 if ( ! function_exists( 'twentytwentyfour_block_styles' ) ) : 16 16 /** 17 * Register custom block styles17 * Registers custom block styles. 18 18 * 19 19 * @since Twenty Twenty-Four 1.0 … … 153 153 if ( ! function_exists( 'twentytwentyfour_block_stylesheets' ) ) : 154 154 /** 155 * Enqueue custom block stylesheets155 * Enqueues custom block stylesheets. 156 156 * 157 157 * @since Twenty Twenty-Four 1.0 … … 187 187 if ( ! function_exists( 'twentytwentyfour_pattern_categories' ) ) : 188 188 /** 189 * Register pattern categories189 * Registers pattern categories. 190 190 * 191 191 * @since Twenty Twenty-Four 1.0
Note: See TracChangeset
for help on using the changeset viewer.