From 034f920d4fa316c655313be6f922e796ec89cdc7 Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 31 May 2010 05:32:44 +0000 Subject: [PATCH] Better subj-verb agreement and all that jazz. see #13645. git-svn-id: http://svn.automattic.com/wordpress/trunk@15071 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-permalink.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 03f917351..b1825b3af 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -19,8 +19,8 @@ add_contextual_help($current_screen, '

' . __('This screen provides some common options for your default permalinks URL structure.') . '

' . '

' . __('If you pick an option other than Default, your general URL path with structure tags, terms surrounded by %, will also appear in the custom structure field and your path can be further modified there.') . '

' . '

' . __('When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes %category% or %tag%.') . '

' . - '

' . __('Note that permalinks beginning with structure tags calling Category, Tag, Author, or Postname require more advanced server resources. Double-check your hosting details to make sure those are in place or start your permalinks with other structure tags.') . '

' . - '

' . __('The Optional fields let you have a base name that will appear in archive URLs instead of “category” or “tag.” For example, the page listing all posts in the category “uncategorized” could be /topics/uncategorized instead of /category/uncategorized.') . '

' . + '

' . __('Note that permalinks beginning with the category, tag, author or postname structure tags require more advanced server resources. Double-check your hosting details to make sure those are in place or start your permalinks with other structure tags.') . '

' . + '

' . __('The Optional fields let you customize the “category” and “tag” base names that will appear in archive URLs. For example, the page listing all posts in the “Uncategorized” category could be /topics/uncategorized instead of /category/uncategorized.') . '

' . '

' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Permalinks Settings Documentation') . '

' .