<?php
checked( $comment->comment_approved, '0'
); ?> name="comment_status" value="0" /><?php
_ex( 'Pending', 'comment status'
); ?></label><br />
<label><input type="radio"<?php
checked( $comment->comment_approved, 'spam'
); ?> name="comment_status" value="spam" /><?php
_ex( 'Spam', 'comment status'
); ?></label>
</fieldset>
</div><!-- .misc-pub-section -->
<div class="misc-pub-section curtime misc-pub-curtime">
<?php
$submitted =
sprintf( /* translators: 1: Comment date, 2: Comment time. */
__( '%1$s at %2$s'
),
/* translators: Publish box date format, see https://www.php.net/manual/datetime.format.php */
date_i18n( _x( 'M j, Y', 'publish box date format'
),
strtotime( $comment->comment_date
) ),
/* translators: Publish box time format, see https://www.php.net/manual/datetime.format.php */
date_i18n( _x( 'H:i', 'publish box time format'
),
strtotime( $comment->comment_date
) ));
?>
<span id="timestamp">
<?php
/* translators: %s: Comment date. */
printf( __( 'Submitted on: %s'
), '<b>' .
$submitted . '</b>'
);
?>
</span>
<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js"><span aria-hidden="true"><?php
_e( 'Edit'
); ?></span> <span class="screen-reader-text">