From c2e6a2fb55aae08974d15ba2f03586453b7af2da Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Thu, 30 Sep 2004 00:34:46 +0000 Subject: [PATCH] typo/confusion, earlier patch committed in haste git-svn-id: https://develop.svn.wordpress.org/trunk@1724 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 8d13a1e718..c5b0c85e09 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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;