Ticket #62648: phpcsfixes.patch
| File phpcsfixes.patch, 577 bytes (added by , 14 months ago) |
|---|
-
wp-content/themes/twentytwentytwo/functions.php
9 9 * @since Twenty Twenty-Two 1.0 10 10 */ 11 11 12 13 12 if ( ! function_exists( 'twentytwentytwo_support' ) ) : 14 13 15 14 /** … … 61 60 62 61 add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' ); 63 62 64 // Add block patterns 63 // Add block patterns. 65 64 require get_template_directory() . '/inc/block-patterns.php';