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