diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 15840b201f..85cd26ff1a 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -80,10 +80,10 @@ class Custom_Background { * @since 3.0.0 */ function admin_load() { - add_contextual_help( $this->page, '
' . __( 'You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color. ' ) . '
' . - '' . __( 'To use a background image, simply upload it, then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site. ' ) . '
' . - '' . __( 'You can also choose a background color. If you know the hexadecimal code for the color you want, enter it in the Color field. If not, click on the Select a Color link, and a color picker will allow you to choose the exact shade you want. ' ) . '
' . - '' . __( 'Don’t forget to click on the Save Changes button when you are finished. ' ) . '
' . + add_contextual_help( $this->page, '' . __( 'You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color.' ) . '
' . + '' . __( 'To use a background image, simply upload it, then choose your display options below. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site.' ) . '
' . + '' . __( 'You can also choose a background color. If you know the hexadecimal code for the color you want, enter it in the Color field. If not, click on the Select a Color link, and a color picker will allow you to choose the exact shade you want.' ) . '
' . + '' . __( 'Don’t forget to click on the Save Changes button when you are finished.' ) . '
' . '' . __( 'For more information:' ) . '
' . '' . __( 'Documentation' ) . '
' . '' . __( 'Support Forums' ) . '
' ); diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 97f7ae095e..84e6eb890a 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -89,9 +89,9 @@ class Custom_Image_Header { * @since 3.0.0 */ function help() { - add_contextual_help( $this->page, '' . __( 'You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately. ' ) . '
' . - '' . __( 'If you want to discard your custom header and go back to the default included in your theme, click on the buttons to remove the custom image and restore the original header image. ' ) . '
' . - '' . __( 'Some themes comes with additional header images bundled. If you see multiple images displayed, select the one you’d like and click the Save Changes button. ' ) . '
' . + add_contextual_help( $this->page, '' . __( 'You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately.' ) . '
' . + '' . __( 'If you want to discard your custom header and go back to the default included in your theme, click on the buttons to remove the custom image and restore the original header image.' ) . '
' . + '' . __( 'Some themes comes with additional header images bundled. If you see multiple images displayed, select the one you’d like and click the Save Changes button.' ) . '
' . '' . __( 'For more information:' ) . '
' . '' . __( 'Documentation' ) . '
' . '' . __( 'Support Forums' ) . '
' ); diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 1e58790032..08ae67d759 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -108,7 +108,7 @@ else add_contextual_help( $current_screen, '' . __('You can manage comments made on your site similar to the way you manage Posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.') . '
' . '' . __('A yellow row means the comment is waiting for you to moderate it.') . '
' . '' . __('In the Author column, in addition to the author’s name, email address, and blog URL, the commenter’s IP address is shown. Clicking on this link will show you all the comments made from this IP address.') . '
' . - '' . __('In the Comment column, above each comment it says "Submitted on," followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site. ') . '
' . + '' . __('In the Comment column, above each comment it says "Submitted on," followed by the date and time the comment was left on your site. Clicking on the date/time link will take you to that comment on your live site.') . '
' . '' . __('In the In Response To column, there are three elements. The text is the name of the post that inspired the comment, and links to the post editor for that entry. The "#" permalink symbol below leads to that post on your live site. The small bubble with the number in it shows how many comments that post has received. If the bubble is gray, you have moderated all comments for that post. If it is blue, there are pending comments. Clicking the bubble will filter the comments screen to show only comments on that post.') . '
' . '' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '
' . '' . __( 'For more information:' ) . '
' . diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 624a4a9363..001ec387a6 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -174,7 +174,7 @@ if ( 'post' == $post_type ) { '' . __('Featured Image - This allows you to associate an image with your post without inserting it. This is usually useful only if your theme makes use of the featured image as a post thumbnail on the home page, a custom header, etc.') . '
' . '' . __('Send Trackbacks - Trackbacks are a way to notify legacy blog systems that you’ve linked to them. Enter the URL(s) you want to send trackbacks. If you link to other WordPress sites they’ll be notified automatically using pingbacks, and this field is unnecessary.') . '
' . '' . __('Discussion - You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.') . '
' . - '' . sprintf(__('You can also create posts with the Press This bookmarklet.'), 'tools.php') . '
' . + '' . sprintf(__('You can also create posts with the Press This bookmarklet.'), 'options-writing.php') . '
' . '' . __('For more information:') . '
' . '' . __('Writing Posts Documentation') . '
' . '' . __('Support Forums') . '
' diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 8adc11db9f..5c83fc14ec 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -180,7 +180,7 @@ if ( 'category' == $taxonomy || 'post_tag' == $taxonomy ) { $help .= '' . __('Pages are similar to to Posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest Pages under other Pages by making one the "Parent" of the other, creating a group of Pages.') . '
' . - '' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way. ') . '
' . + '' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way.') . '
' . '' . __('You can also perform the same types of actions, including narrowing the list by using the filters, acting on a Page using the action links that appear when you hover over a row, or using the Bulk Actions menu to edit the metadata for multiple Pages at once.') . '
' . '' . __('For more information:') . '
' . '' . __('Page Management Documentation') . '
' . diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index a988a4ecce..58662e3afe 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -45,10 +45,10 @@ $title = __('Links'); $this_file = $parent_file = 'link-manager.php'; add_contextual_help( $current_screen, - '' . sprintf(__('You can add links here to be displayed on your site, usually using Widgets. By default, links to several sites in the WordPress community are included as examples'), 'widgets.php') . '
' . + '' . sprintf(__('You can add links here to be displayed on your site, usually using Widgets. By default, links to several sites in the WordPress community are included as examples.'), 'widgets.php') . '
' . '' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '
' . '' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '
' . - '' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet. ') . '
' . + '' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '
' . '' . __('For more information:') . '
' . '' . __('Link Management Documentation') . '
' . '' . __('Support Forums') . '
' diff --git a/wp-admin/ms-admin.php b/wp-admin/ms-admin.php index 1ab9815788..ca438dbc63 100644 --- a/wp-admin/ms-admin.php +++ b/wp-admin/ms-admin.php @@ -20,8 +20,8 @@ $parent_file = 'ms-admin.php'; add_contextual_help($current_screen, '' . __('Until WordPress 3.0, running multiple sites required using WordPress MU instead of regular WordPress. In version 3.0, these applications have merged. If you are a former MU user, you should be aware of the following changes:') . '
' . - '' . __('This screen provides the network administrator with links to the screens for Sites and Users to either create a new site or user, or to search existing users and sites. Those screens are also accessible through the left-hand navigation in the Super Admin section.') . '
' . '' . __('For more information:') . '
' . '' . __('Network Admin Documentation') . '
' . diff --git a/wp-admin/ms-sites.php b/wp-admin/ms-sites.php index 1576046746..89f24adcf4 100644 --- a/wp-admin/ms-sites.php +++ b/wp-admin/ms-sites.php @@ -32,8 +32,8 @@ if ( isset( $_GET['action'] ) && 'editblog' == $_GET['action'] ) { '' . __('Add New takes you farther down on this same page. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.') . '
' . '' . __('This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.') . '
' . '' . __('Hovering over each site reveals seven options (only three for the primary or originating site for the network):') . '
' . - '' . __('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 lets you have add a base name that will appear in archive URLs intead of “category” or “tag.” For example, the page listing all posts in the category “uncategorized” could be /topics/uncategorized instead of category/uncategorized.') . '
' . + '' . __('The Optional fields lets you have add a base name that will appear in archive URLs intead of “category” or “tag.” For example, the page listing all posts in the category “uncategorized” 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') . '
' . diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index e774108143..d95d444948 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -108,9 +108,9 @@ default: } add_contextual_help($current_screen, - '' . __('You can use the editor to make changes to any of your plugins’ individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations. ') . '
' . + '' . __('You can use the editor to make changes to any of your plugins’ individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.') . '
' . '' . __('Choose a plugin to edit from the menu in the upper right and click the Select button. Click once on any file name to load it in the editor, and make your changes. Don’t forget to save your changes (Update File) when you’re finished.') . '
' . - '' . __('The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Lookup takes you to a web page about that particular function. ') . '
' . + '' . __('The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Lookup takes you to a web page about that particular function.') . '
' . '' . __('If you want to make changes but don’t want them to be overwritten when the plugin is updated, you may be ready to think about writing your own plugin. For information on how to edit a plugin or start from scratch, check out the links below.') . '
' . '' . __('For more information:') . '
' . '' . __('Documentation on Editing Plugins') . '
' . diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index f4c252466b..5c1108c22e 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -383,7 +383,7 @@ $parent_file = 'tools.php'; add_contextual_help($current_screen, '' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification. It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '
' . - '' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available. ') . '
' . + '' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available.') . '
' . '' . __('To upgrade themes or plugins from this screen, use the checkboxes to make your selection and click on the appropriate Update button. Check the box at the top of the Themes or Plugins section to select all and update them all at once.') . '
' ); diff --git a/wp-admin/upload.php b/wp-admin/upload.php index f1faed8301..ad3dc4122e 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -166,7 +166,7 @@ wp_enqueue_script('media'); add_contextual_help( $current_screen, '' . __('All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen Options tab to customize the display of this screen.') . '
' . '' . __('You can narrow the list by file type/status using the text link filters at the top of the screen. You also can refine the list by date using the dropdown menu above the media table.') . '
' . - '' . __('Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file’s name displays a simple screen to edit that individual file’s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file. ') . '
' . + '' . __('Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file’s name displays a simple screen to edit that individual file’s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file.') . '
' . '' . __('If a media file has not been attached to any post, you will see that in the Attached To column, and can click on Attach File to launch a small popup that will allow you to search for a post and attach the file.') . '
' . '' . __('For more information:') . '
' . '' . __('Media Library Documentation') . '
' . diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index a182a3dbe3..19ed201000 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -111,10 +111,10 @@ $parent_file = 'users.php'; add_contextual_help($current_screen, '' . __('To add a new user to your site, fill in the form on this screen. If you’re not sure which role to assign, you can use the link below to review the different roles and their capabilities. Here is a basic overview of roles:') . '
' . '' . __('You must assign a password to the new user, but don’t worry; when they log in for the first time they will be prompted to change it. The username, however, cannot be changed.') . '
' .