Update plugin.php
This commit is contained in:
parent
40ad44ef63
commit
8c81b9b383
|
@ -5,8 +5,8 @@ class pluginGoogle extends Plugin {
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->dbFields = array(
|
$this->dbFields = array(
|
||||||
'google-site-verification'=>''
|
'google-site-verification'=>'',
|
||||||
'google-analytics-tracking-id'=>'',,
|
'google-analytics-tracking-id'=>'',
|
||||||
'google-tag-manager'=>''
|
'google-tag-manager'=>''
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue