forked from GNUsocial/gnu-social
Twitter search server has changed domain name (thanks mrvdb)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user