소스 검색

Merge pull request #493 from alexgarces/patch-1

Fix article footer class of single-custom-type.php
Eddie Machado 12 년 전
부모
커밋
448da9f179
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      single-custom_type.php

+ 1 - 1
single-custom_type.php

@@ -40,7 +40,7 @@ single-bookmarks.php
 
 								</section> <?php // end article section ?>
 
-								<footer class="article-header">
+								<footer class="article-footer">
 									<p class="tags"><?php echo get_the_term_list( get_the_ID(), 'custom_tag', '<span class="tags-title">' . __( 'Custom Tags:', 'bonestheme' ) . '</span> ', ', ' ) ?></p>
 
 								</footer> <?php // end article footer ?>