Make WordPress Core


Ignore:
Timestamp:
01/01/2004 09:12:22 PM (23 years ago)
Author:
alex_t_king
Message:

suppressing Notice messages and moving the use_cache setting higher in blog-header so that it actually gets used when getting settings

File:
1 edited

Legend:

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

    r674 r677  
    554554        error_log("get_settings: Didn't find setting $setting");
    555555    }
    556         return $settings->$setting;
     556    else {
     557                return $settings->$setting;
     558        }
    557559}
    558560
Note: See TracChangeset for help on using the changeset viewer.