Changes in trunk/wp-load.php [16099:13499]
- File:
-
- 1 edited
-
trunk/wp-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-load.php
r16099 r13499 40 40 41 41 // Set a path for the link to the installer 42 if ( strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false ) 43 $path = ''; 44 else 45 $path = 'wp-admin/'; 42 if (strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false) $path = ''; 43 else $path = 'wp-admin/'; 46 44 47 45 // Die with an error message 48 require_once( ABSPATH . '/wp-includes/class -wp-error.php' );46 require_once( ABSPATH . '/wp-includes/classes.php' ); 49 47 require_once( ABSPATH . '/wp-includes/functions.php' ); 50 48 require_once( ABSPATH . '/wp-includes/plugin.php' );
Note: See TracChangeset
for help on using the changeset viewer.