Use short echo syntax, bump required PHP version to 5.4
This commit is contained in:
@@ -97,7 +97,7 @@ function google_analytics() { ?>
|
||||
console.log('GoogleAnalytics: ' + [].slice.call(arguments));
|
||||
}
|
||||
<?php endif; ?>
|
||||
ga('create','<?php echo GOOGLE_ANALYTICS_ID; ?>','auto');ga('send','pageview');
|
||||
ga('create','<?= GOOGLE_ANALYTICS_ID; ?>','auto');ga('send','pageview');
|
||||
</script>
|
||||
|
||||
<?php }
|
||||
|
||||
Reference in New Issue
Block a user