瀏覽代碼

fixed date declaration in footer

it now shows on pages that are not posts like custom page templates.
thanks: @bransonwerner
eddiemachado 13 年之前
父節點
當前提交
a4318c95b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      footer.php

+ 1 - 1
footer.php

@@ -6,7 +6,7 @@
     					<?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
 	                </nav>
 	                		
-					<p class="attribution">&copy; <?php the_date('Y'); ?> <?php bloginfo('name'); ?>.</p>
+					<p class="attribution">&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?>.</p>
 				
 				</div> <!-- end #inner-footer -->