summaryrefslogtreecommitdiff
path: root/classes/pref/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-11 14:11:41 +0400
committerAndrew Dolgov <[email protected]>2013-07-11 14:11:41 +0400
commit41a7a066eff0c4914720685c38fa282e99d79041 (patch)
tree1a9e55c8186cc77b1bfd0e15273b87a2a43e53ed /classes/pref/feeds.php
parent6e3224a26c46280a351fb0f28c6e9fc0b798ca53 (diff)
share: move unsharing all articles into the plugin
Diffstat (limited to 'classes/pref/feeds.php')
-rw-r--r--classes/pref/feeds.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index 870c4fed4..1f8c5e4a0 100644
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -1471,15 +1471,6 @@ class Pref_Feeds extends Handler_Protected {
print "</p>";
- print_warning(__("You can disable all articles shared by unique URLs here."));
-
- print "<p>";
-
- print "<button dojoType=\"dijit.form.Button\" onclick=\"return clearArticleAccessKeys()\">".
- __('Unshare all articles')."</button> ";
-
- print "</p>";
-
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TAB_SECTION,
"hook_prefs_tab_section", "prefFeedsPublishedGenerated");