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-admin/network/plugin-install.php

    r38657 r42343  
    88 */
    99
    10 if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) )
     10if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) ) {
    1111    define( 'IFRAME_REQUEST', true );
     12}
    1213
    1314/** Load WordPress Administration Bootstrap */
Note: See TracChangeset for help on using the changeset viewer.