File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/wp-content/themes/twentytwentyfour Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
if ( ! function_exists ( 'twentytwentyfour_block_styles ' ) ) :
16
16
/**
17
- * Register custom block styles
17
+ * Registers custom block styles.
18
18
*
19
19
* @since Twenty Twenty-Four 1.0
20
20
* @return void
@@ -152,7 +152,7 @@ function twentytwentyfour_block_styles() {
152
152
153
153
if ( ! function_exists ( 'twentytwentyfour_block_stylesheets ' ) ) :
154
154
/**
155
- * Enqueue custom block stylesheets
155
+ * Enqueues custom block stylesheets.
156
156
*
157
157
* @since Twenty Twenty-Four 1.0
158
158
* @return void
@@ -186,7 +186,7 @@ function twentytwentyfour_block_stylesheets() {
186
186
187
187
if ( ! function_exists ( 'twentytwentyfour_pattern_categories ' ) ) :
188
188
/**
189
- * Register pattern categories
189
+ * Registers pattern categories.
190
190
*
191
191
* @since Twenty Twenty-Four 1.0
192
192
* @return void
You can’t perform that action at this time.
0 commit comments