diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 28395e9651..110ceda21e 100644 --- a/wp-admin/options-permalink.php +++ b/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 ); ?>

+/* translators: %s is a placeholder that must come at the start of the URL. */ +printf( __('If you like, you may enter custom structures for your category and tag 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 ); ?>