소스 검색

Merge pull request #211 from elron/patch-6

Removed "Comments Are Closed" string.
Eddie Machado 13 년 전
부모
커밋
8f566f968a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      comments.php

+ 1 - 1
comments.php

@@ -48,7 +48,7 @@ The comments page for Bones
 	<?php else : // comments are closed ?>
 	
 	<!-- If comments are closed. -->
-	<p class="nocomments"><?php _e("Comments are closed.", "bonestheme"); ?></p>
+	<!--p class="nocomments"><?php _e("Comments are closed.", "bonestheme"); ?></p-->
 
 	<?php endif; ?>