summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 25ecec1c2..d4f853a54 100644
--- a/functions.php
+++ b/functions.php
@@ -2925,6 +2925,10 @@
print "<param key=\"hide_read_shows_special\" value=\"" .
(int) get_pref($link, "HIDE_READ_SHOWS_SPECIAL") . "\"/>";
+ if (defined('_HIDDEN_FL_TEST')) {
+ print "<param key=\"hide_feedlist\" value=\"1\"/>";
+ }
+
print "</init-params>";
}