?>
</td>
</tr>
<tr>
<th scope="row"><?php
_e( 'Submitted on'
); ?></th>
<td>
<?php
$submitted =
sprintf( /* translators: 1: Comment date, 2: Comment time. */
__( '%1$s at %2$s'
),
/* translators: Comment date format. See https://www.php.net/manual/datetime.format.php */
get_comment_date( __( 'Y/m/d'
),
$comment ),
/* translators: Comment time format. See https://www.php.net/manual/datetime.format.php */
get_comment_date( __( 'g:i a'
),
$comment ) );
if ( 'approved' ===
wp_get_comment_status( $comment ) && !
empty( $comment->comment_post_ID
) ) { echo '<a href="' .
esc_url( get_comment_link( $comment ) ) . '">' .
$submitted . '</a>';
} else { echo $submitted;
} ?>
</td>
</tr>
<tr>
<th scope="row">