Move multiple functions

move multiple smaller functions
This commit is contained in:
Adam Magness 2018-01-26 23:51:41 -05:00
parent cd3643d174
commit 1eb7c19c1e
11 changed files with 24 additions and 56 deletions

View file

@ -312,7 +312,7 @@ class OEmbed
$allowed = explode(',', $str_allowed);
return allowed_domain($domain, $allowed);
return Network::allowedDomain($domain, $allowed);
}
public static function getHTML($url, $title = null)