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.