diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index 28395e9651..110ceda21e 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/wp-admin/options-permalink.php @@ -234,14 +234,9 @@ $structures = array(
-URLs here. For example, using topics
as your category base would make your category links like http://example.org/%stopics/uncategorized/
. If you leave these blank the defaults will be used.'), $suffix ); ?>
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 ); ?>