Changeset 30581
- Timestamp:
- 11/26/2014 08:55:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r29599 r30581 472 472 wp_die( __( 'The site you have requested is not installed properly. Please contact the system administrator.' ) ); 473 473 } 474 } elseif ( ! is_blog_installed() && false === strpos( $_SERVER['PHP_SELF'], 'install.php' ) && !defined( 'WP_INSTALLING' ) ) {474 } elseif ( ! is_blog_installed() && ! defined( 'WP_INSTALLING' ) ) { 475 475 nocache_headers(); 476 476
Note: See TracChangeset
for help on using the changeset viewer.