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/src/wp-includes/class-wp-feed-cache.php

    r41162 r42343  
    2727     * @return WP_Feed_Cache_Transient Feed cache handler object that uses transients.
    2828     */
    29     public function create($location, $filename, $extension) {
    30         return new WP_Feed_Cache_Transient($location, $filename, $extension);
     29    public function create( $location, $filename, $extension ) {
     30        return new WP_Feed_Cache_Transient( $location, $filename, $extension );
    3131    }
    3232}
Note: See TracChangeset for help on using the changeset viewer.