Changeset 2455 for trunk/wp-includes/functions.php
- Timestamp:
- 03/17/2005 11:34:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2437 r2455 304 304 function get_settings($setting) { 305 305 global $wpdb, $cache_settings, $cache_nonexistantoptions; 306 if ( strstr($_SERVER['REQUEST_URI'], 'wp-admin/install.php') )306 if ( strstr($_SERVER['REQUEST_URI'], 'wp-admin/install.php') || constant('WP_INSTALLING') ) 307 307 return false; 308 308
Note: See TracChangeset
for help on using the changeset viewer.