Changes in trunk/wp-includes/load.php [15139:14313]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r15139 r14313 142 142 if ( !file_exists( ABSPATH . '.maintenance' ) || defined( 'WP_INSTALLING' ) ) 143 143 return; 144 145 global $upgrading;146 144 147 145 include( ABSPATH . '.maintenance' );
Note: See TracChangeset
for help on using the changeset viewer.