mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
17dcb5c1f4
commit
a4e67eacec
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue