Make WordPress Core


Ignore:
Timestamp:
06/25/2015 02:28:50 AM (10 years ago)
Author:
azaozz
Message:

Define SCRIPT_DEBUG early on every load, similarly to WP_DEBUG. Remove defined( 'SCRIPT_DEBUG' ) checks.
Fixes #32333.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r32116 r32935  
    3030require( ABSPATH . WPINC . '/version.php' );
    3131
    32 // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
     32// Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, SCRIPT_DEBUG, WP_CONTENT_DIR and WP_CACHE.
    3333wp_initial_constants();
    3434
Note: See TracChangeset for help on using the changeset viewer.