forked from GNUsocial/gnu-social
Twitter search server has changed domain name (thanks mrvdb)
This commit is contained in:
parent
09e06bbc19
commit
b09b968f96
@ -519,7 +519,7 @@ class TwitterImport
|
|||||||
|
|
||||||
static function tagLink($tag, $orig)
|
static function tagLink($tag, $orig)
|
||||||
{
|
{
|
||||||
return "<a href='https://search.twitter.com/search?q=%23{$tag}' class='hashtag'>{$orig}</a>";
|
return "<a href='https://twitter.com/search?q=%23{$tag}' class='hashtag'>{$orig}</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
static function atLink($screenName, $fullName, $orig)
|
static function atLink($screenName, $fullName, $orig)
|
||||||
|
Loading…
Reference in New Issue
Block a user