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

move bookmarklet-related subscribe_to_feed_url to bookmarklet plugin

This commit is contained in:
Andrew Dolgov
2021-02-15 16:41:52 +03:00
parent cfad740c99
commit bd3c38de84
2 changed files with 7 additions and 7 deletions

View File

@@ -1655,10 +1655,4 @@ class Pref_Feeds extends Handler_Protected {
return $c;
}
static function subscribe_to_feed_url() {
$url_path = get_self_url_prefix() .
"/public.php?op=subscribe&feed_url=%s";
return $url_path;
}
}