Explorar o código

Merge pull request #211 from elron/patch-6

Removed "Comments Are Closed" string.
Eddie Machado %!s(int64=13) %!d(string=hai) anos
pai
achega
8f566f968a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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; ?>