id ) ) {
if ( ! EMPTY_TRASH_DAYS ) {
$delete_text = __( 'Delete Permanently', 'flamingo' );
} else {
$delete_text = __( 'Move to Trash', 'flamingo' );
}
$delete_link = admin_url(
sprintf( 'admin.php?page=flamingo_inbound&post=%s&action=trash', $post->id ) );
$delete_link = wp_nonce_url( $delete_link,
'flamingo-trash-inbound-message_' . $post->id );
?>