_e( 'Edit date and time'
);
?>
</span>
</a>
<fieldset id="timestampdiv" class="hide-if-js">
<legend class="screen-reader-text">
<?php
/* translators: Hidden accessibility text. */
_e( 'Date and time'
);
?>
</legend>
<?php
touch_time( ( 'edit' ===
$action ), 1
); ?>
</fieldset>
</div>
<?php
endif;
if ( 'draft' ===
$post->post_status &&
get_post_meta( $post_id, '_customize_changeset_uuid', true
) ) :
?>
<div class="notice notice-info notice-alt inline">
<p>
<?php
printf(