diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index 98a871d241..bcebb2c4c5 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/wp-admin/options-permalink.php @@ -19,15 +19,15 @@ get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __('Overview'), 'content' => '
' . __('Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change — hence the name permalink.') . '
' . - '' . __('This screen allows you to choose your default permalink structure. You can choose from common settings or create custom URL structures.') . '
' . + '' . __( 'This screen allows you to choose your permalink structure. You can choose from common settings or create custom URL structures.' ) . '
' . '' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '
', ) ); get_current_screen()->add_help_tab( array( - 'id' => 'common-settings', - 'title' => __('Common Settings'), - 'content' => '' . __('Many people choose to use “pretty permalinks,” URLs that contain useful information such as the post title rather than generic post ID numbers. You can choose from any of the permalink formats under Common Settings, or can craft your own if you select Custom 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.') . '
' . __( 'Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.' ) . '
' . + '' . __( 'If you pick an option other than None, 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%
.') . '
' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '
', ) ); @@ -167,7 +167,7 @@ if ( ! is_multisite() ) {