From 2a3be365e39f6308a222c6a61eccf7639fa31c88 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 5 Sep 2015 20:09:24 +0000 Subject: [PATCH] Bump H3 headings to H2 on Export screen for better accessibility. Props metodiew. Fixes #33608. Built from https://develop.svn.wordpress.org/trunk@33914 git-svn-id: http://core.svn.wordpress.org/trunk@33883 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/export.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.