Make WordPress Core

Changeset 559 for trunk/wp-settings.php


Ignore:
Timestamp:
11/30/2003 12:55:19 AM (21 years ago)
Author:
mikelittle
Message:

Fixed several instances in WordPress where PHP Notices are not being handled correctly.
Fixes supplied by Aaron Jensen (aaron@…).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r542 r559  
    55// get_settings() wherever these are needed OR
    66// accessing a single global $all_settings var
    7 if (!$_wp_installing) {
     7if (!isset($_wp_installing) || !$_wp_installing) {
    88    $siteurl = get_settings('siteurl');
    99    // "When trying to design a foolproof system,
Note: See TracChangeset for help on using the changeset viewer.