Make WordPress Core


Ignore:
Timestamp:
11/29/2022 09:11:42 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix spacing for incrementors and decrementors in various files.

Note: This will be enforced by WPCS 3.0.0.

Props jrf.
See #56791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r54891 r54896  
    263263        $weekday       = $wp_locale->get_weekday( $datetime->format( 'w' ) );
    264264
    265         for ( $i = 0; $i < $format_length; $i ++ ) {
     265        for ( $i = 0; $i < $format_length; $i++ ) {
    266266            switch ( $format[ $i ] ) {
    267267                case 'D':
Note: See TracChangeset for help on using the changeset viewer.