mirror of
https://github.com/friendica/friendica
synced 2025-05-03 09:04:10 +02:00
Move remaining functions
update remaining function calls
This commit is contained in:
parent
1eb7c19c1e
commit
ca76e49c23
19 changed files with 58 additions and 51 deletions
|
@ -141,7 +141,7 @@ class ParseUrl
|
|||
$url = trim($url, "'");
|
||||
$url = trim($url, '"');
|
||||
|
||||
$url = strip_tracking_query_params($url);
|
||||
$url = Network::stripTrackingQueryParams($url);
|
||||
|
||||
$siteinfo["url"] = $url;
|
||||
$siteinfo["type"] = "link";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue