From 4d600fe454968539f7f8ad7633125cb94f049f32 Mon Sep 17 00:00:00 2001 From: duck_ Date: Tue, 7 Feb 2012 21:51:14 +0000 Subject: [PATCH] Bump WXR_VERSION because of r19858 which affects the regex based importer. See #15203. git-svn-id: http://svn.automattic.com/wordpress/trunk@19859 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/export.php b/wp-admin/includes/export.php index a1a78fa73f..e9c909d621 100644 --- a/wp-admin/includes/export.php +++ b/wp-admin/includes/export.php @@ -13,7 +13,7 @@ * * @since 2.5.0 */ -define( 'WXR_VERSION', '1.1' ); +define( 'WXR_VERSION', '1.2' ); /** * Generates the WXR export file for download