mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:50:11 +00:00
Rename properly
rename function properly this time!
This commit is contained in:
parent
3eecd108c5
commit
4f07ebb52f
3 changed files with 4 additions and 4 deletions
|
@ -711,7 +711,7 @@ class HTML
|
|||
*
|
||||
* @param string $s
|
||||
*/
|
||||
public static function toBBVideo($s)
|
||||
public static function toBBCodeVideo($s)
|
||||
{
|
||||
$s = preg_replace(
|
||||
'#<object[^>]+>(.*?)https?://www.youtube.com/((?:v|cp)/[A-Za-z0-9\-_=]+)(.*?)</object>#ism',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue