Changeset 29015
- Timestamp:
- 07/07/2014 04:41:43 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-scripts.php
r28978 r29015 4 4 * Disable error reporting 5 5 * 6 * Set this to error_reporting( -1 ) for debugging 6 * Set this to error_reporting( -1 ) for debugging. 7 7 */ 8 8 error_reporting(0); -
trunk/src/wp-admin/setup-config.php
r29006 r29015 214 214 require_wp_db(); 215 215 216 // The wpdb constructor bails when WP_SETUP_CONFIG is set, so we must 217 // fire this manually. We'll fail here if the values are no good. 216 /* 217 * The wpdb constructor bails when WP_SETUP_CONFIG is set, so we must 218 * fire this manually. We'll fail here if the values are no good. 219 */ 218 220 $wpdb->db_connect(); 219 221 -
trunk/src/wp-includes/js/tinymce/wp-tinymce.php
r28978 r29015 3 3 * Disable error reporting 4 4 * 5 * Set this to error_reporting( -1 ) for debugging 5 * Set this to error_reporting( -1 ) for debugging. 6 6 */ 7 7 error_reporting(0); -
trunk/src/wp-load.php
r28978 r29015 48 48 $path = wp_guess_url() . '/wp-admin/setup-config.php'; 49 49 50 /* We're going to redirect to setup-config.php. While this shouldn't result 50 /* 51 * We're going to redirect to setup-config.php. While this shouldn't result 51 52 * in an infinite loop, that's a silly thing to assume, don't you think? If 52 53 * we're traveling in circles, our last-ditch effort is "Need more help?"
Note: See TracChangeset
for help on using the changeset viewer.