From 20fc6e6625a225b132e2c553bf8f7e23c0601b68 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: http://svn.automattic.com/wordpress/trunk@1724 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 8d13a1e71..c5b0c85e0 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;