Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (6 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/BlogInfo.php

    r35788 r42343  
    2424        return array(
    2525            //     Locale          Language code
    26             array( 'en_US',        'en-US' ),
    27             array( 'ar',           'ar' ),
    28             array( 'de_DE',        'de-DE' ),
     26            array( 'en_US', 'en-US' ),
     27            array( 'ar', 'ar' ),
     28            array( 'de_DE', 'de-DE' ),
    2929            array( 'de_DE_formal', 'de-DE-formal' ),
    30             array( 'oci',          'oci' ),
     30            array( 'oci', 'oci' ),
    3131            array( 'pt_PT_ao1990', 'pt-PT-ao1990' ),
    3232        );
Note: See TracChangeset for help on using the changeset viewer.