Help whitespace/punctuation cleanup. props zeo, see #13467.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ad5f0e1b02
commit
fc172d4d9a
|
@ -174,7 +174,7 @@ if ( 'post' == $post_type ) {
|
|||
'<p>' . __('<strong>Featured Image</strong> - 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.') . '</p>' .
|
||||
'<p>' . __('<strong>Send Trackbacks</strong> - 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.') . '</p>' .
|
||||
'<p>' . __('<strong>Discussion</strong> - 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.') . '</p>' .
|
||||
'<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet.</a>'), 'tools.php') . '</p>' .
|
||||
'<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' .
|
||||
'<p><strong>' . __('For more information:') . '</strong></p>' .
|
||||
'<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts">Writing Posts Documentation</a>') . '</p>' .
|
||||
'<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
|
||||
|
|
|
@ -45,7 +45,7 @@ $title = __('Links');
|
|||
$this_file = $parent_file = 'link-manager.php';
|
||||
|
||||
add_contextual_help( $current_screen,
|
||||
'<p>' . sprintf(__('You can add links here to be displayed on your site, usually using <a href="%s">Widgets</a>. By default, links to several sites in the WordPress community are included as examples'), 'widgets.php') . '</p>' .
|
||||
'<p>' . sprintf(__('You can add links here to be displayed on your site, usually using <a href="%s">Widgets</a>. By default, links to several sites in the WordPress community are included as examples.'), 'widgets.php') . '</p>' .
|
||||
'<p>' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '</p>' .
|
||||
'<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' .
|
||||
'<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' .
|
||||
|
|
|
@ -20,8 +20,8 @@ $parent_file = 'ms-admin.php';
|
|||
|
||||
add_contextual_help($current_screen,
|
||||
'<p>' . __('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:') . '</p>' .
|
||||
'<ul><li>' . __('Site Admin is now Super Admin (we highly encourage you to get yourself a cape!)') . '</li>' .
|
||||
'<li>' . __('Blogs are now called Sites; Site is now called Network') . '</li></ul>' .
|
||||
'<ul><li>' . __('Site Admin is now Super Admin (we highly encourage you to get yourself a cape!).') . '</li>' .
|
||||
'<li>' . __('Blogs are now called Sites; Site is now called Network.') . '</li></ul>' .
|
||||
'<p>' . __('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.') . '</p>' .
|
||||
'<p><strong>' . __('For more information:') . '</strong></p>' .
|
||||
'<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Super_Admin_Menu">Network Admin Documentation</a>') . '</p>' .
|
||||
|
|
|
@ -32,8 +32,8 @@ if ( isset( $_GET['action'] ) && 'editblog' == $_GET['action'] ) {
|
|||
'<p>' . __('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.') . '</p>' .
|
||||
'<p>' . __('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.') . '</p>' .
|
||||
'<p>' . __('Hovering over each site reveals seven options (only three for the primary or originating site for the network):') . '</p>' .
|
||||
'<ul><li>' . __('an Edit link to a separate Edit Site screen') . '</li>' .
|
||||
'<li>' . __('Backend means the Dashboard for that site') . '</li>' .
|
||||
'<ul><li>' . __('an Edit link to a separate Edit Site screen.') . '</li>' .
|
||||
'<li>' . __('Backend means the Dashboard for that site.') . '</li>' .
|
||||
'<li>' . __('Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later by hover links attached to those sites in this table.') . '</li>' .
|
||||
'<li>' . __('Delete which is a permanent action after the confirmations screen.') . '</li>' .
|
||||
'<li>' . __('Visit to go to the frontend site live.') . '</li></ul>' .
|
||||
|
|
|
@ -20,7 +20,7 @@ add_contextual_help($current_screen,
|
|||
'<p>' . __('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.') . '</p>' .
|
||||
'<p>' . __('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%.') . '</p>' .
|
||||
'<p>' . __('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.') . '</p>' .
|
||||
'<p>' . __('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.') . '</p>' .
|
||||
'<p>' . __('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.') . '</p>' .
|
||||
'<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
|
||||
'<p><strong>' . __('For more information:') . '</strong></p>' .
|
||||
'<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_SubPanel">Permalinks Settings Documentation</a>') . '</p>' .
|
||||
|
|
|
@ -111,10 +111,10 @@ $parent_file = 'users.php';
|
|||
add_contextual_help($current_screen,
|
||||
'<p>' . __('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:') . '</p>' .
|
||||
'<ul>' .
|
||||
'<li>' . __('Administrators have access to all the administration features') . '</li>' .
|
||||
'<li>' . __('Administrators have access to all the administration features.') . '</li>' .
|
||||
'<li>' . __('Editors can publish posts, manage posts as well as manage other people’s posts, etc.') . '</li>' .
|
||||
'<li>' . __('Authors can publish and manage their own posts') . '</li>' .
|
||||
'<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files') . '</li>' .
|
||||
'<li>' . __('Authors can publish and manage their own posts.') . '</li>' .
|
||||
'<li>' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '</li>' .
|
||||
'<li>' . __('Subscribers can read comments/comment/receive newsletters, etc.') . '</li>' .
|
||||
'</ul>' .
|
||||
'<p>' . __('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.') . '</p>' .
|
||||
|
|
Loading…
Reference in New Issue