Changeset 15681
- Timestamp:
- 10/02/2010 03:08:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-load.php
r13499 r15681 40 40 41 41 // Set a path for the link to the installer 42 if (strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false) $path = ''; 43 else $path = 'wp-admin/'; 42 if ( strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false ) 43 $path = ''; 44 else 45 $path = 'wp-admin/'; 44 46 45 47 // Die with an error message
Note: See TracChangeset
for help on using the changeset viewer.