mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Renamed function
This commit is contained in:
parent
980de37047
commit
d33f6fc167
3 changed files with 3 additions and 3 deletions
|
@ -345,7 +345,7 @@ class Tag
|
|||
* @param integer $uri_id
|
||||
* @return string tags and mentions
|
||||
*/
|
||||
public static function tagTextFromItemId(int $uri_id)
|
||||
public static function getCSVByURIId(int $uri_id)
|
||||
{
|
||||
$tag_list = [];
|
||||
$tags = self::getByURIId($uri_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue