summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-09 20:58:35 +0300
committerAndrew Dolgov <[email protected]>2010-11-09 20:58:35 +0300
commit02ef7e02770b733d2e2416f9b9e021fe7ef0f64a (patch)
treefac3e9dd14d00fafb3ca655567056253f6d946bc /functions.php
parentdad14b513d3e9bab376d3691043c49a99d6db0a4 (diff)
fix expand_cdm option working in reverse
Diffstat (limited to 'functions.php')
-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\"";