summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-02 11:15:43 +0400
committerAndrew Dolgov <[email protected]>2011-04-02 11:15:43 +0400
commit7b8931889b89a6a65e019225c913ca34d0194b0e (patch)
tree67d8da7e81cbe3d251aaf460e679f8f8246e8eb2 /functions.php
parent6c0ba5b6676176cf648e73e94519a6e48c12b35c (diff)
remove view_mode remark from generated feed url
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/functions.php b/functions.php
index ddde9994e..37f56d063 100644
--- a/functions.php
+++ b/functions.php
@@ -4238,13 +4238,6 @@
$search_q = "";
}
- // Adaptive doesn't really make any sense for generated feeds
- // All Articles is the default, so no need to insert it either
- if ($view_mode == "adaptive" || $view_mode == "all_articles")
- $view_mode = "";
- else
- $view_mode = "&view-mode=$view_mode";
-
$reply .= "
<a href=\"#\"
title=\"".__("View as RSS feed")."\"