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/functions/removeQueryArg.php

    r37631 r42343  
    2626
    2727    public function test_should_fall_back_on_current_url() {
    28         $old_request_uri = $_SERVER['REQUEST_URI'];
     28        $old_request_uri        = $_SERVER['REQUEST_URI'];
    2929        $_SERVER['REQUEST_URI'] = 'edit.php?foo=bar&baz=quz';
    3030
Note: See TracChangeset for help on using the changeset viewer.