Make WordPress Core


Ignore:
Timestamp:
03/18/2005 06:07:36 AM (21 years ago)
Author:
matt
Message:

Fix from Kimmo/Craig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r2455 r2456  
    304304function get_settings($setting) {
    305305  global $wpdb, $cache_settings, $cache_nonexistantoptions;
    306     if ( strstr($_SERVER['REQUEST_URI'], 'wp-admin/install.php') || constant('WP_INSTALLING') )
     306    if ( strstr($_SERVER['REQUEST_URI'], 'wp-admin/install.php') || defined('WP_INSTALLING') )
    307307        return false;
    308308
Note: See TracChangeset for help on using the changeset viewer.