mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00:00
format_network_name calls
implement formatNetworkName function
This commit is contained in:
parent
b99925060a
commit
916b3e551e
5 changed files with 13 additions and 12 deletions
|
@ -151,7 +151,7 @@ class Strings
|
|||
*
|
||||
* @return string Formatted network name
|
||||
*/
|
||||
public static function formatNetworkName($network, $url = 0) // format_network_name()
|
||||
public static function formatNetworkName($network, $url = 0)
|
||||
{
|
||||
if ($network != "") {
|
||||
if ($url != "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue