diff --git a/wp-admin/export.php b/wp-admin/export.php index ce5081baa9..fc30caf307 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -149,7 +149,7 @@ function export_date_options( $post_type = 'post' ) {

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c4210f7f1..53702a0601 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33913'; +$wp_version = '4.4-alpha-33914'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.