HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/p2/comments.php
<?php
/**
 * Template part for displaying comments.
 *
 * @package P2
 */
?>

<?php if ( post_password_required() )
	return;
?>

<ul id="comments-<?php the_id(); ?>" class="commentlist inlinecomments">
<?php if ( get_comments_number() > 0 ) : ?>
	<?php wp_list_comments( array( 'callback' => 'p2_comments' ) ); ?>
<?php endif; ?>
</ul>

<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<div class="navigation">
	<p class="nav-older"><?php previous_comments_link( __( '&larr; Older Comments', 'p2' ) ); ?></p>
	<p class="nav-newer"><?php next_comments_link( __( 'Newer Comments &rarr;', 'p2' ) ); ?></p>
</div>
<?php endif; ?>