Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (8 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/admin/includesMisc.php

    r25002 r42343  
    2020                => 'wordpress.org/about/philosophy/#…', // shorten to 32 if > 35 after cleaning
    2121        );
    22         foreach ( $tests as $k => $v )
     22        foreach ( $tests as $k => $v ) {
    2323            $this->assertEquals( $v, url_shorten( $k ) );
     24        }
    2425    }
    2526}
Note: See TracChangeset for help on using the changeset viewer.