typo/confusion, earlier patch committed in haste

git-svn-id: https://develop.svn.wordpress.org/trunk@1724 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi 2004-09-30 00:34:46 +00:00
parent 5f1af068d7
commit c2e6a2fb55
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ function get_settings($setting) {
$option = $wpdb->get_var("SELECT option_value FROM $wpdb->options WHERE option_name = '$setting'");
if (!$option) :
$cache_nonexistantoptions[] = $setting;
$cache_nonexistantoptions[$setting] = true;
return false;
endif;