hangar-wp-theme/comments.php

19 lines
506 B
PHP
Raw Normal View History

2021-02-18 14:09:56 +01:00
<?php if ( post_password_required() ) : ?>
<p><?php _e( 'This post is password protected. Enter the password to view any comments.','hangar'); ?></p>
<?php
/* Stop the rest of comments.php from being processed,
* but don't kill the script entirely -- we still have
* to fully load the template.
*/
return;
endif;
?>
<?php
// You can start editing here -- including this comment!
2022-09-05 11:12:23 +02:00
//echo '<div id="comments-content" class="clearfix">';
//echo '</div>';
2021-02-18 14:09:56 +01:00
?>
2022-09-05 11:12:23 +02:00
<!--end Comments Content-->