1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
daniel 2020-02-13 20:14:45 -03:00
parent 17dcb5c1f4
commit a4e67eacec

View file

@ -145,6 +145,11 @@ class CustomizeAdvanced extends PluginAbstract {
$obj->disableHTMLDescription = false;
$obj->disableTopMenusInsideIframe = true;
$o = new stdClass();
$o->type = "textarea";
$o->value = "";
$obj->verificationLinkText = $o;
return $obj;
}