Be consistent with PHP template tags
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<p>© <?php echo date('Y'); ?> <?php bloginfo('name'); ?></p>
|
||||
</footer>
|
||||
|
||||
<?php if (GOOGLE_ANALYTICS_ID): ?>
|
||||
<?php if (GOOGLE_ANALYTICS_ID) : ?>
|
||||
<script>
|
||||
var _gaq=[['_setAccount','<?php echo GOOGLE_ANALYTICS_ID; ?>'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<?php wp_head(); ?>
|
||||
|
||||
<?php if (has_posts()): ?>
|
||||
<?php if (has_posts()) : ?>
|
||||
<link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name') ?> Feed" href="<?php echo home_url() ?>/feed/">
|
||||
<?php endif; ?>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user