Make WordPress Core


Ignore:
Timestamp:
07/03/2014 07:56:37 PM (11 years ago)
Author:
nacin
Message:

Simplify the setup-config.php UI flow and load process.

When no configuration file is detected, we now redirect to setup-config.php. This process now uses the WordPress bootstrap, rather than a set of fragile hacks.

fixes #28740.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/load-styles.php

    r28906 r28978  
    44 * Disable error reporting
    55 *
    6  * Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) for debugging
     6 * Set this to error_reporting( -1 ) for debugging
    77 */
    88error_reporting(0);
Note: See TracChangeset for help on using the changeset viewer.