'#description'=>t('This ID is unique to each site you want to track separately, and is in the form of UA-xxxxxxx-yy. To get a Web Property ID, <a href="@analytics">register your site with Google Analytics</a>, or if you already have registered your site, go to your Google Analytics Settings page to see the ID next to every site profile. <a href="@webpropertyid">Find more information in the documentation</a>.',array('@analytics'=>'http://www.google.com/analytics/','@webpropertyid'=>url('https://developers.google.com/analytics/resources/concepts/gaConceptsAccounts',array('fragment'=>'webProperty')))),
);
if(!module_exists('amp_adsense')){
$form['amp_google_adsense_id']=array(
...
...
@@ -174,14 +166,14 @@ function amp_admin_form($form, &$form_state) {
/**
* Submit handler for the amp_admin_form
* Clears the Drupal cache if the AMP Library warnings display checkbox value is changed
'#description'=>t('This ID is unique to each site you want to track separately, and is in the form of UA-xxxxxxx-yy. To get a Web Property ID, <a href="@analytics">register your site with Google Analytics</a>, or if you already have registered your site, go to your Google Analytics Settings page to see the ID next to every site profile. <a href="@webpropertyid">Find more information in the documentation</a>.',array('@analytics'=>'http://www.google.com/analytics/','@webpropertyid'=>url('https://developers.google.com/analytics/resources/concepts/gaConceptsAccounts',array('fragment'=>'webProperty')))),