summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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\"";