Changeset 559 for trunk/wp-settings.php
- Timestamp:
- 11/30/2003 12:55:19 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r542 r559 5 5 // get_settings() wherever these are needed OR 6 6 // accessing a single global $all_settings var 7 if (! $_wp_installing) {7 if (!isset($_wp_installing) || !$_wp_installing) { 8 8 $siteurl = get_settings('siteurl'); 9 9 // "When trying to design a foolproof system,
Note: See TracChangeset
for help on using the changeset viewer.