Make WordPress Core

Ticket #62648: phpcsfixes.patch

File phpcsfixes.patch, 577 bytes (added by pitamdey, 14 months ago)

Patch for this issue

  • wp-content/themes/twentytwentytwo/functions.php

     
    99 * @since Twenty Twenty-Two 1.0
    1010 */
    1111
    12 
    1312if ( ! function_exists( 'twentytwentytwo_support' ) ) :
    1413
    1514        /**
     
    6160
    6261add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' );
    6362
    64 // Add block patterns
     63// Add block patterns.
    6564require get_template_directory() . '/inc/block-patterns.php';