Make WordPress Core


Ignore:
Timestamp:
10/27/2020 09:21:33 PM (6 years ago)
Author:
helen
Message:

PHPCS fixes after [49347].

See #51098.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/inc/block-patterns.php

    r49347 r49349  
    5151                                        '<!-- /wp:group -->',
    5252                                )
    53                         )
     53                        ),
    5454                )
    5555        );
     
    6262                        'categories'    => array( 'twentytwenty' ),
    6363                        'viewportWidth' => 1400,
    64                         'content'       =>  implode(
     64                        'content'       => implode(
    6565                                '',
    6666                                array(
     
    9898                                        '<!-- /wp:columns -->',
    9999                                )
    100                         )
     100                        ),
    101101                )
    102102        );
     
    109109                        'categories'    => array( 'twentytwenty' ),
    110110                        'viewportWidth' => 1400,
    111                         'content'       =>  implode(
     111                        'content'       => implode(
    112112                                '',
    113113                                array(
     
    132132                                        '<!-- /wp:group -->',
    133133                                )
    134                         )
     134                        ),
    135135                )
    136136        );
     
    143143                        'categories'    => array( 'twentytwenty' ),
    144144                        'viewportWidth' => 1400,
    145                         'content'       =>  implode(
     145                        'content'       => implode(
    146146                                '',
    147147                                array(
     
    177177                                        '<!-- /wp:columns -->',
    178178                                )
    179                         )
     179                        ),
    180180                )
    181181        );
     
    188188                        'categories'    => array( 'twentytwenty' ),
    189189                        'viewportWidth' => 1400,
    190                         'content'       =>  implode(
     190                        'content'       => implode(
    191191                                '',
    192192                                array(
     
    198198                                        '<!-- /wp:paragraph -->',
    199199                                )
    200                         )
     200                        ),
    201201                )
    202202        );
Note: See TracChangeset for help on using the changeset viewer.