Make WordPress Core

Changeset 59504


Ignore:
Timestamp:
12/10/2024 11:20:21 PM (7 weeks ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-Two: Fix PHPCS issues in functions.php.

  • Inline comments must end in full stops, exclamation marks, or question marks.
  • There must be exactly one blank line after the file comment.

Follow-up to [52081].

Props pitamdey, mukesh27.
Fixes #62648.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentytwo/functions.php

    r56548 r59504  
    99 * @since Twenty Twenty-Two 1.0
    1010 */
    11 
    1211
    1312if ( ! function_exists( 'twentytwentytwo_support' ) ) :
     
    6261add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' );
    6362
    64 // Add block patterns
     63// Add block patterns.
    6564require get_template_directory() . '/inc/block-patterns.php';
Note: See TracChangeset for help on using the changeset viewer.