From 667d32fd26dd8407b2aefb5cc067fe8faa6a543c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Jul 2017 16:28:45 +0300 Subject: [PATCH] remove obsolete forum plugin links mention how to enable system plugins in the UI --- classes/pref/prefs.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index f003ba02..cf27a72d 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -697,9 +697,7 @@ class Pref_Prefs extends Handler_Protected { print "
"; - print "

" . __("You will need to reload Tiny Tiny RSS for plugin changes to take effect.") . "

"; - - print_notice(__("Download more plugins at tt-rss.org forums or wiki.")); + print_notice(__("You will need to reload Tiny Tiny RSS for plugin changes to take effect.")); if (ini_get("open_basedir") && function_exists("curl_init") && !defined("NO_CURL")) { print_warning("Your PHP configuration has open_basedir restrictions enabled. Some plugins relying on CURL for functionality may not work correctly."); @@ -729,7 +727,9 @@ class Pref_Prefs extends Handler_Protected { print ""; - print ""; + print ""; print " -- 2.39.2

".__("System plugins")."

".__("System plugins")."

". + format_notice(__("System plugins are enabled in config.php for all users.")). + "