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/link/adminUrl.php

    r41060 r42343  
    2626     */
    2727    public function test_self_admin_url_with_path_and_scheme() {
    28         $path = 'options-general.php';
     28        $path   = 'options-general.php';
    2929        $scheme = 'https';
    3030
     
    3636     */
    3737    public function test_self_admin_url_filtered() {
    38         $path = 'options-general.php';
     38        $path   = 'options-general.php';
    3939        $scheme = 'https';
    4040
Note: See TracChangeset for help on using the changeset viewer.