Changeset 32935 for trunk/src/wp-settings.php
- Timestamp:
- 06/25/2015 02:28:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r32116 r32935 30 30 require( ABSPATH . WPINC . '/version.php' ); 31 31 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. 33 33 wp_initial_constants(); 34 34
Note: See TracChangeset
for help on using the changeset viewer.