From 48c82ef14dca10a71c4552fe5947ffa1d4c27d65 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 31 Aug 2015 03:29:21 +0000 Subject: [PATCH] Bump H3 headings to H2 on Permalink Settings screen for better accessibility. props Cheffheid. fixes #33611. Built from https://develop.svn.wordpress.org/trunk@33818 git-svn-id: http://core.svn.wordpress.org/trunk@33786 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-permalink.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index b1f84cc4ac..0f30556db9 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -197,7 +197,7 @@ $structures = array( 4 => $prefix . '/%postname%/', ); ?> -

+

@@ -232,7 +232,7 @@ $structures = array( -

+

URLs here. For example, using topics as your category base would make your category links like %s/topics/uncategorized/. If you leave these blank the defaults will be used.'), get_option('home') . $blog_prefix . $prefix ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 253f4f8522..059d885985 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33817'; +$wp_version = '4.4-alpha-33818'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.