From 02ef7e02770b733d2e2416f9b9e021fe7ef0f64a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Nov 2010 20:58:35 +0300 Subject: fix expand_cdm option working in reverse --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index af5a5c828..5e7b7c20f 100644 --- a/functions.php +++ b/functions.php @@ -5423,7 +5423,7 @@ print $labels_str; - if ($expand_cdm) + if (!$expand_cdm) $content_hidden = "style=\"display : none\""; else $excerpt_hidden = "style=\"display : none\""; -- cgit v1.2.3