Changeset 25396 for trunk/src/wp-includes/load.php
- Timestamp:
- 09/12/2013 06:56:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r25289 r25396 446 446 wp_die( __( 'The site you have requested is not installed properly. Please contact the system administrator.' ) ); 447 447 } elseif ( ! is_blog_installed() && false === strpos( $_SERVER['PHP_SELF'], 'install.php' ) && !defined( 'WP_INSTALLING' ) ) { 448 449 $link = wp_guess_url() . '/wp-admin/install.php';450 451 448 require( ABSPATH . WPINC . '/kses.php' ); 452 449 require( ABSPATH . WPINC . '/pluggable.php' ); 453 450 require( ABSPATH . WPINC . '/formatting.php' ); 451 452 $link = wp_guess_url() . '/wp-admin/install.php'; 453 454 454 wp_redirect( $link ); 455 455 die();
Note: See TracChangeset
for help on using the changeset viewer.