for consistency, show hotkey-toggleable options relating to headlines list in preferences

This commit is contained in:
Andrew Dolgov 2013-03-27 12:42:01 +04:00
parent d14004776a
commit 33b3db3372
1 changed files with 3 additions and 2 deletions

View File

@ -121,8 +121,9 @@ class Pref_Prefs extends Handler_Protected {
global $access_level_names;
$prefs_blacklist = array("HIDE_READ_FEEDS", "FEEDS_SORT_BY_UNREAD",
"STRIP_UNSAFE_TAGS");
$prefs_blacklist = array("STRIP_UNSAFE_TAGS");
/* "FEEDS_SORT_BY_UNREAD", "HIDE_READ_FEEDS", "REVERSE_HEADLINES" */
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",