From 77b54f319dc37a0e6041c56a4cb6ae7ac303ae20 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 31 Aug 2015 03:28:32 +0000 Subject: [PATCH] Bump H3 headings to H2 on Permalink Settings screen for better accessibility. props Cheffheid. fixes #33611. git-svn-id: https://develop.svn.wordpress.org/trunk@33818 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-permalink.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index b1f84cc4ac..0f30556db9 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/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 ); ?>