1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

move add_feed_url() to pref_feeds

This commit is contained in:
Andrew Dolgov
2017-05-11 09:07:49 +03:00
parent 6c34ef612c
commit c114a2596f
3 changed files with 9 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ class Bookmarklets extends Plugin {
print "<p>" . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "</p>";
$bm_subscribe_url = str_replace('%s', '', add_feed_url());
$bm_subscribe_url = str_replace('%s', '', Pref_Feeds::subscribe_to_feed_url());
$confirm_str = str_replace("'", "\'", __('Subscribe to %s in Tiny Tiny RSS?'));