From cd097b5b6a9fd350c75ee79fa88f5f298f99b9aa Mon Sep 17 00:00:00 2001 From: Jon Cave 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: https://develop.svn.wordpress.org/trunk@19859 602fd350-edb4-49c9-b593-d223f7449a82 --- 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