post_status ) {
case 'private':
_e('Privately Published');
break;
case 'publish':
_e('Reviewed', 'usernoise');
break;
case 'future':
_e('Scheduled');
break;
case 'pending':
_e('Pending Review', 'usernoise');
break;
case 'draft':
case 'auto-draft':
_e('Draft');
break;
}
?>
%1$s');
$date = date_i18n( $datef, strtotime( $post->post_date ) );
if ( $can_publish ) : // Contributors don't get to choose the date of publish ?>