Make WordPress Core


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

    r37983 r42343  
    2525
    2626        $this->wp_plugin_paths_backup = $GLOBALS['wp_plugin_paths'];
    27         $this->wp_plugin_path = wp_normalize_path( WP_PLUGIN_DIR );
     27        $this->wp_plugin_path         = wp_normalize_path( WP_PLUGIN_DIR );
    2828    }
    2929
     
    5656        $wp_plugin_paths = array(
    5757            $this->wp_plugin_path . '/plugin' => '/Users/me/Dropbox/Development/Repositories/plugin',
    58             $this->wp_plugin_path . '/trunk' => '/Users/me/Dropbox/Development/Repositories/plugin/trunk',
     58            $this->wp_plugin_path . '/trunk'  => '/Users/me/Dropbox/Development/Repositories/plugin/trunk',
    5959        );
    6060
Note: See TracChangeset for help on using the changeset viewer.