mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
share by url stuff: use link icon instead of share
This commit is contained in:
@@ -14,7 +14,7 @@ class VF_Shared extends Plugin {
|
||||
function init($host) {
|
||||
$this->host = $host;
|
||||
|
||||
$host->add_feed(-1, __("Shared articles"), 'share', $this);
|
||||
$host->add_feed(-1, __("Shared articles"), 'link', $this);
|
||||
}
|
||||
|
||||
function api_version() {
|
||||
|
||||
Reference in New Issue
Block a user