소스 검색

removed duplicate :

eddiemachado 13 년 전
부모
커밋
22ba74bd71
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      archive.php

+ 2 - 2
archive.php

@@ -28,12 +28,12 @@
 		
 		    			<?php } elseif (is_month()) { ?>
 			    		    <h1 class="archive-title h2">
-				    	    	<span><?php __("Monthly Archives:", "bonestheme"); ?>:</span> <?php the_time('F Y'); ?>
+				    	    	<span><?php __("Monthly Archives:", "bonestheme"); ?></span> <?php the_time('F Y'); ?>
 					        </h1>
 					
 					    <?php } elseif (is_year()) { ?>
 					        <h1 class="archive-title h2">
-					    	    <span><?php __("Yearly Archives:", "bonestheme"); ?>:</span> <?php the_time('Y'); ?>
+					    	    <span><?php __("Yearly Archives:", "bonestheme"); ?></span> <?php the_time('Y'); ?>
 					        </h1>
 					    <?php } ?>