Make WordPress Core

Changeset 42343 for trunk/src/index.php


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/src/index.php

    r42201 r42343  
    1212 * @var bool
    1313 */
    14 define('WP_USE_THEMES', true);
     14define( 'WP_USE_THEMES', true );
    1515
    1616/** Loads the WordPress Environment and Template */
Note: See TracChangeset for help on using the changeset viewer.