Explorar o código

Removed "Comments Are Closed" string.

The reason:
https://github.com/eddiemachado/bones/issues/210

if you dont like the way i removed it, you can display:none it insted. But its up to you
elron %!s(int64=13) %!d(string=hai) anos
pai
achega
2bb38e2aea
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; ?>