소스 검색

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 -->