From 9cb6e158fc6f011046f3ac4b95ec02bff9f06523 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 28 Apr 2011 15:24:49 +0000 Subject: [PATCH] Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265. git-svn-id: http://svn.automattic.com/wordpress/trunk@17748 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-post.php | 2 +- wp-admin/admin.php | 2 +- wp-admin/comment.php | 4 ++-- wp-admin/custom-background.php | 2 +- wp-admin/custom-header.php | 2 +- wp-admin/edit-comments.php | 4 ++-- wp-admin/edit-form-advanced.php | 6 +++--- wp-admin/edit-link-form.php | 2 +- wp-admin/edit-tags.php | 8 ++++---- wp-admin/edit.php | 6 +++--- wp-admin/export.php | 4 ++-- wp-admin/import.php | 4 ++-- wp-admin/includes/dashboard.php | 2 +- wp-admin/index.php | 4 ++-- wp-admin/link-add.php | 2 +- wp-admin/link-manager.php | 4 ++-- wp-admin/media-new.php | 2 +- wp-admin/media-upload.php | 2 +- wp-admin/media.php | 2 +- wp-admin/moderation.php | 2 +- wp-admin/my-sites.php | 2 +- wp-admin/nav-menus.php | 2 +- wp-admin/network.php | 2 +- wp-admin/options-discussion.php | 2 +- wp-admin/options-general.php | 2 +- wp-admin/options-media.php | 2 +- wp-admin/options-permalink.php | 6 +++--- wp-admin/options-privacy.php | 4 ++-- wp-admin/options-reading.php | 2 +- wp-admin/options-writing.php | 2 +- wp-admin/options.php | 2 +- wp-admin/plugin-editor.php | 2 +- wp-admin/plugin-install.php | 2 +- wp-admin/post-new.php | 2 +- wp-admin/profile.php | 2 +- wp-admin/tools.php | 4 ++-- wp-admin/update-core.php | 2 +- wp-admin/upload.php | 2 +- wp-admin/user-edit.php | 2 +- wp-admin/user-new.php | 4 ++-- wp-admin/user/index.php | 2 +- wp-admin/user/profile.php | 2 +- wp-admin/users.php | 2 +- wp-admin/widgets.php | 2 +- wp-includes/functions.php | 2 +- wp-includes/post.php | 2 +- wp-includes/script-loader.php | 8 ++++---- wp-includes/user.php | 2 +- 48 files changed, 69 insertions(+), 69 deletions(-) diff --git a/wp-admin/admin-post.php b/wp-admin/admin-post.php index d18bf711b3..5f9eccb542 100644 --- a/wp-admin/admin-post.php +++ b/wp-admin/admin-post.php @@ -6,7 +6,7 @@ * @subpackage Administration */ -/** We are located in WordPress Administration Panels */ +/** We are located in WordPress Administration Screens */ define('WP_ADMIN', true); if ( defined('ABSPATH') ) diff --git a/wp-admin/admin.php b/wp-admin/admin.php index ebb99c5ef6..fcc84bab56 100644 --- a/wp-admin/admin.php +++ b/wp-admin/admin.php @@ -7,7 +7,7 @@ */ /** - * In WordPress Administration Panels + * In WordPress Administration Screens * * @since 2.3.2 */ diff --git a/wp-admin/comment.php b/wp-admin/comment.php index 3e6245e394..9e209bcafc 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -1,6 +1,6 @@ ' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '

' . '

' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '

' . '

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

' . - '

' . __( 'Documentation on Comments' ) . '

' . + '

' . __( 'Documentation on Comments' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index e3fc23eb44..a1d111b82f 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -85,7 +85,7 @@ class Custom_Background { '

' . __( '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 on Custom Background' ) . '

' . + '

' . __( 'Documentation on Custom Background' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); wp_enqueue_script('custom-background'); wp_enqueue_style('farbtastic'); diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index f1567f09df..27afb9c6ee 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -93,7 +93,7 @@ class Custom_Image_Header { '

' . __( '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 come 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 on Custom Header' ) . '

' . + '

' . __( 'Documentation on Custom Header' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); } diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 40ef4a4dc9..ba19971ce3 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -1,6 +1,6 @@ ' . __( 'You can manage comments made '

' . __( '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:' ) . '

' . - '

' . __( 'Documentation on Comments' ) . '

' . + '

' . __( 'Documentation on Comments' ) . '

' . '

' . __( 'Documentation on Comment Spam' ) . '

' . '

' . __( 'Documentation on Keyboard Shortcuts' ) . '

' . '

' . __( 'Support Forums' ) . '

' diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index ea58a27f1a..2ec9076fd5 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -174,7 +174,7 @@ if ( 'post' == $post_type ) { '

' . __('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.'), 'options-writing.php') . '

' . '

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

' . - '

' . __('Documentation on Writing and Editing Posts') . '

' . + '

' . __('Documentation on Writing and Editing Posts') . '

' . '

' . __('Support Forums') . '

' ); } elseif ( 'page' == $post_type ) { @@ -184,8 +184,8 @@ if ( 'post' == $post_type ) { '

' . __('Template - Some themes have custom templates you can use for certain pages that might have additional features or custom layouts. If so, you’ll see them in this dropdown menu.') . '

' . '

' . __('Order - Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.') . '

' . '

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

' . - '

' . __('Documentation on Adding New Pages') . '

' . - '

' . __('Documentation on Editing Pages') . '

' . + '

' . __('Documentation on Adding New Pages') . '

' . + '

' . __('Documentation on Editing Pages') . '

' . '

' . __('Support Forums') . '

' ); } diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index f5bc0304ce..2f3cda1514 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -44,7 +44,7 @@ add_contextual_help($current_screen, '

' . __( 'The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don’t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.' ) . '

' . '

' . __( 'XFN stands for XHTML Friends Network, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '

' . '

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

' . - '

' . __( 'Documentation on Creating Links' ) . '

' . + '

' . __( 'Documentation on Creating Links' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 0a82e29f3c..90195acbb3 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -1,6 +1,6 @@ ' . __( 'For more information:' ) . '

'; if ( 'category' == $taxonomy ) - $help .= '

' . __( 'Documentation on Categories' ) . '

'; + $help .= '

' . __( 'Documentation on Categories' ) . '

'; elseif ( 'link_category' == $taxonomy ) - $help .= '

' . __( 'Documentation on Link Categories' ) . '

'; + $help .= '

' . __( 'Documentation on Link Categories' ) . '

'; else - $help .= '

' . __( 'Documentation on Post Tags' ) . '

'; + $help .= '

' . __( 'Documentation on Post Tags' ) . '

'; $help .= '

' . __('Support Forums') . '

'; diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 39424ac92f..d485d37bd0 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -1,6 +1,6 @@ ' . '

' . __('You can also edit multiple posts at once. Select the posts you want to edit using the checkboxes, select Edit from the Bulk Actions menu and click Apply. You will be able to change the metadata (categories, author, etc.) for all selected posts at once. To remove a post from the grouping, just click the x next to its name in the Bulk Edit area that appears.') . '

' . '

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

' . - '

' . __('Documentation on Managing Posts') . '

' . + '

' . __('Documentation on Managing Posts') . '

' . '

' . __('Support Forums') . '

' ); } elseif ( 'page' == $post_type ) { @@ -179,7 +179,7 @@ if ( 'post' == $post_type ) { '

' . __('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:') . '

' . - '

' . __('Documentation on Managing Pages') . '

' . + '

' . __('Documentation on Managing Pages') . '

' . '

' . __('Support Forums') . '

' ); } diff --git a/wp-admin/export.php b/wp-admin/export.php index b765fa02f5..b530c89326 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -1,6 +1,6 @@ ' . __('You can export a file of your site’s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can choose for the WXR file to include only certain posts or pages by setting the dropdown filters to limit the export by category, author, date range by month, or publishing status.') . '

' . '

' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '

' . '

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

' . - '

' . __('Documentation on Export') . '

' . + '

' . __('Documentation on Export') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/import.php b/wp-admin/import.php index f94f7047bf..0200e56136 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -1,6 +1,6 @@ ' . __('This screen lists links to plugins to import data from blogging/content management platforms. Choose the platform you want to import from, and click Install Now when you are prompted in the popup window. If your platform is not listed, click the link to search the plugin directory for other importer plugins to see if there is one for your platform.') . '

' . '

' . __('In previous versions of WordPress, all the importers were built-in, but they have been turned into plugins as of version 3.0 since most people only use them once or infrequently.') . '

' . '

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

' . - '

' . __('Documentation on Import') . '

' . + '

' . __('Documentation on Import') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index b4d7358ca9..79e770682c 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1,6 +1,6 @@ ' . __( 'Other WordPress News - Shows the feed from WordPress Planet. You can configure it to show a different feed of your choosing.' ) . '

' . '

' . __( 'Plugins - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.' ) . '

' . '

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

' . - '

' . __( 'Documentation on Dashboard' ) . '

' . + '

' . __( 'Documentation on Dashboard' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); diff --git a/wp-admin/link-add.php b/wp-admin/link-add.php index 808886a6eb..9b1cae7c1e 100644 --- a/wp-admin/link-add.php +++ b/wp-admin/link-add.php @@ -1,6 +1,6 @@ ' . __('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.') . '

' . '

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

' . - '

' . __('Documentation on Managing Links') . '

' . + '

' . __('Documentation on Managing Links') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/media-new.php b/wp-admin/media-new.php index 2e4590c243..d4e3cabf41 100644 --- a/wp-admin/media-new.php +++ b/wp-admin/media-new.php @@ -1,6 +1,6 @@ ' . __('You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share.') . '

' . '

' . __('There are two options for uploading files: Select Files will open the Flash-based uploader (multiple file upload allowed), or you can use the Browser Uploader. Clicking Select Files opens a navigation window showing you files in your operating system. Selecting Open after clicking on the file you want activates a progress bar on the uploader screen. Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '

' . '

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

' . - '

' . __('Documentation on Uploading Media Files') . '

' . + '

' . __('Documentation on Uploading Media Files') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/media.php b/wp-admin/media.php index b70b38a207..797cd764c8 100644 --- a/wp-admin/media.php +++ b/wp-admin/media.php @@ -73,7 +73,7 @@ case 'edit' : '

' . __('Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.') . '

' . '

' . __('Remember to click Update Media to save metadata entered or changed.') . '

' . '

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

' . - '

' . __('Documentation on Edit Media') . '

' . + '

' . __('Documentation on Edit Media') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/moderation.php b/wp-admin/moderation.php index dc705b63a1..d3c9afc55f 100644 --- a/wp-admin/moderation.php +++ b/wp-admin/moderation.php @@ -1,6 +1,6 @@ ' . __('This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. He or she can use the links under each site to visit either the frontend or the dashboard for that site.') . '

' . '

' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPress MU (multi-user).') . '

' . '

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

' . - '

' . __('Documentation on My Sites') . '

' . + '

' . __('Documentation on My Sites') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 62025ba359..cc23aefb35 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -453,7 +453,7 @@ $help = '

' . __('This feature, introduced in version 3.0, allows you to use $help .= '

' . __('You can create custom menus for your site. These menus may contain links to pages, categories, custom links or other content types (use the Screen Options tab to decide which ones to show on the screen). You can specify a different navigation label for a menu item as well as other attributes. You can create multiple menus. If your theme includes more than one menu, you can choose which custom menu to associate with each. You can also use custom menus in conjunction with the Custom Menus widget.') . '

'; $help .= '

' . __('To create a new custom menu, click on the + tab, give the menu a name, and click Create Menu. Next, add menu items from the appropriate boxes. You’ll be able to edit the information for each menu item, and can drag and drop to put them in order. You can also drag a menu item a little to the right to make it a submenu, to create menus with hierarchy. Drop the item into its new nested placement when the dotted rectangle target shifts over, also a little to the right. Don’t forget to click Save when you’re finished.') . '

'; $help .= '

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

'; -$help .= '

' . __('Documentation on Menus') . '

'; +$help .= '

' . __('Documentation on Menus') . '

'; $help .= '

' . __('Support Forums') . '

'; add_contextual_help($current_screen, $help); diff --git a/wp-admin/network.php b/wp-admin/network.php index 6a9aca33ca..749052e25d 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -112,7 +112,7 @@ add_contextual_help($current_screen, '

' . __('The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed soon in a future version.') . '

' . '

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

' . '

' . __('Documentation on Creating a Network') . '

' . - '

' . __('Documentation on the Network Screen') . '

' . + '

' . __('Documentation on the Network Screen') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index e9bb1a67e3..862b002dd5 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -19,7 +19,7 @@ add_contextual_help($current_screen, '

' . __('This screen provides many options for controlling the management and display of comments and links to your posts/pages. So many, in fact, they won’t all fit here! :) Use the documentation link below to get information on what each discussion setting does.') . '

' . '

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

' . '

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

' . - '

' . __('Documentation on Discussion Settings') . '

' . + '

' . __('Documentation on Discussion Settings') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 45eb055ff4..192c7cd995 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -66,7 +66,7 @@ add_contextual_help($current_screen, '

' . __('UTC means Coordinated Universal Time.') . '

' . '

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

' . '

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

' . - '

' . __('Documentation on General Settings') . '

' . + '

' . __('Documentation on General Settings') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/options-media.php b/wp-admin/options-media.php index 67c30ad4ab..6e3a29cecf 100644 --- a/wp-admin/options-media.php +++ b/wp-admin/options-media.php @@ -21,7 +21,7 @@ add_contextual_help($current_screen, ( is_multisite() ? '' : '

' . __('Uploading Options gives you folder and path choices for storing your files in your installation’s directory.') . '

' ) . '

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

' . '

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

' . - '

' . __('Documentation on Media Settings') . '

' . + '

' . __('Documentation on Media Settings') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index e5f9a75193..50aa32e1a8 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -1,6 +1,6 @@ ' . __('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:') . '

' . - '

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

' . + '

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

' . '

' . __('Documentation on Using Permalinks') . '

' . '

' . __('Support Forums') . '

' ); @@ -32,7 +32,7 @@ add_contextual_help($current_screen, * Display JavaScript on the page. * * @package WordPress - * @subpackage Permalink_Settings_Panel + * @subpackage Permalink_Settings_Screen */ function add_js() { ?> diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index 5f70b9e894..f7e4df6dc2 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -1,6 +1,6 @@ ' . __('When this setting is in effect a reminder is shown in the header of these administration screens that says, “Search Engines Blocked,” to remind you that your site is not being crawled.') . '

' . '

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

' . '

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

' . - '

' . __('Documentation on Privacy Settings') . '

' . + '

' . __('Documentation on Privacy Settings') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 7c8e15451b..832f22a133 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -47,7 +47,7 @@ add_contextual_help($current_screen, '

' . __('You can also control the display of your content in RSS feeds, including the maximum numbers of posts to display, whether to show full text or a summary, and the character set encoding.') . '

' . '

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

' . '

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

' . - '

' . __('Documentation on Reading Settings') . '

' . + '

' . __('Documentation on Reading Settings') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 30cf5d5b81..e5c7c68ff6 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -19,7 +19,7 @@ add_contextual_help($current_screen, '

' . __('You can submit content in several different ways; this screen holds the settings for all of them. The top section controls the editor within these administration screens, while the rest control external publishing methods. For more information on any of these methods, use the documentation links below.') . '

' . '

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

' . '

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

' . - '

' . __('Documentation on Writing Settings') . '

' . + '

' . __('Documentation on Writing Settings') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/options.php b/wp-admin/options.php index d802057fe9..4eec82019c 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -1,6 +1,6 @@ ' . __('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 plugins, write your own from scratch, or just better understand their anatomy, check out the links below.') . '

' . ( is_network_admin() ? '

' . __('Any edits to files from this screen will be reflected on all sites in the network.') . '

' : '' ) . '

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

' . - '

' . __('Documentation on Editing Plugins') . '

' . + '

' . __('Documentation on Editing Plugins') . '

' . '

' . __('Documentation on Writing Plugins') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/plugin-install.php b/wp-admin/plugin-install.php index 971ab68b0d..bd83c3fc30 100644 --- a/wp-admin/plugin-install.php +++ b/wp-admin/plugin-install.php @@ -47,7 +47,7 @@ add_contextual_help($current_screen, '

' . __('If you just want to get an idea of what’s available, you can browse Featured, Popular, Newest, and Recently Updated plugins by using the links in the upper left of the screen. These sections rotate regularly.') . '

' . '

' . __('If you want to install a plugin that you’ve downloaded elsewhere, click Upload in the upper left. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.') . '

' . '

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

' . - '

' . __('Documentation on Installing Plugins') . '

' . + '

' . __('Documentation on Installing Plugins') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/post-new.php b/wp-admin/post-new.php index ed123a4688..20374efa08 100644 --- a/wp-admin/post-new.php +++ b/wp-admin/post-new.php @@ -1,6 +1,6 @@ ' . __('The Use This link for the Categories and Tags Converter will take you to the Import page, where that Converter is one of the plugins you can download. Once installed, the link on this page takes you to a screen where you can choose conversion either way.') . '

' . '

' . __('Note: Turbo/Gears is no longer promoted on this screen as it was in previous versions due to the fact that Google has discontinued support for it.') . '

' . '

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

' . - '

' . __('Documentation on Tools') . '

' . + '

' . __('Documentation on Tools') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index df5ea75d01..f1cb94552a 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -403,7 +403,7 @@ add_contextual_help($current_screen, '

' . __('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 update 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.') . '

' . '

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

' . - '

' . __('Documentation on Updating WordPress') . '

' . + '

' . __('Documentation on Updating WordPress') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/upload.php b/wp-admin/upload.php index 6a1d9b4036..d252bad9c6 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -151,7 +151,7 @@ add_contextual_help( $current_screen, '

' . __( '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:' ) . '

' . - '

' . __( 'Documentation on Media Library' ) . '

' . + '

' . __( 'Documentation on Media Library' ) . '

' . '

' . __( 'Support Forums' ) . '

' ); diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 0701930d0d..2376e072a2 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -44,7 +44,7 @@ add_contextual_help($current_screen, '

' . __('Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.') . '

' . '

' . __('Remember to click the Update Profile button when you are finished.') . '

' . '

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

' . - '

' . __('Documentation on User Profiles') . '

' . + '

' . __('Documentation on User Profiles') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index b9d87256fb..1c09f4a30f 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -1,6 +1,6 @@ ' . __('New users will receive an email letting them know they’ve been added as a user for your site. By default, this email will also contain their password. Uncheck the box if you don’t want the password to be included in the welcome email.') . '

' . '

' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '

' . '

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

' . - '

' . __('Documentation on Adding New Users') . '

' . + '

' . __('Documentation on Adding New Users') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/user/index.php b/wp-admin/user/index.php index c19396c17a..fe0c27cffd 100644 --- a/wp-admin/user/index.php +++ b/wp-admin/user/index.php @@ -1,6 +1,6 @@ ' . __('You can customize the display of information on this screen as you can on other screens, by using the Screen Options tab and the on-screen filters.') . '

' . '

' . __('To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.') . '

' . '

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

' . - '

' . __('Documentation on Managing Users') . '

' . + '

' . __('Documentation on Managing Users') . '

' . '

' . __('Descriptions of Roles and Capabilities') . '

' . '

' . __('Support Forums') . '

' ); diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 4ae5478f1f..2d43aef98f 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -42,7 +42,7 @@ $help = '

' . __('Many themes show some sidebar widgets by default until you edit your sidebars, but they are not automatically displayed in your sidebar management tool. After you make your first widget change, you can re-add the default widgets by adding them from the Available Widgets area.') . '

'; $help .= '

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

'; -$help .= '

' . __('Documentation on Widgets') . '

'; +$help .= '

' . __('Documentation on Widgets') . '

'; $help .= '

' . __('Support Forums') . '

'; add_contextual_help($current_screen, $help); diff --git a/wp-includes/functions.php b/wp-includes/functions.php index a0037f7efd..8d0426a60d 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3643,7 +3643,7 @@ function force_ssl_login( $force = null ) { } /** - * Whether to force SSL used for the Administration Panels. + * Whether to force SSL used for the Administration Screens. * * @since 2.6.0 * diff --git a/wp-includes/post.php b/wp-includes/post.php index 521a2e88ff..b6680788e9 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -1372,7 +1372,7 @@ function get_posts($args = null) { /** * Add meta data field to a post. * - * Post meta data is called "Custom Fields" on the Administration Panels. + * Post meta data is called "Custom Fields" on the Administration Screen. * * @since 1.5.0 * @uses $wpdb diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index c631c6f723..ee8f7aae9c 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -37,7 +37,7 @@ require( ABSPATH . WPINC . '/class.wp-styles.php' ); require( ABSPATH . WPINC . '/functions.wp-styles.php' ); /** - * Set up WordPress scripts to load by default for Administration Panels. + * Set up WordPress scripts to load by default for Administration Screen. * * Localizes a few of the scripts. * $scripts->add_data( 'script-handle', 'group', 1 ); queues the script for the footer @@ -572,11 +572,11 @@ function wp_just_in_time_script_localization() { } /** - * Administration Panel CSS for changing the styles. + * Administration Screen CSS for changing the styles. * * If installing the 'wp-admin/' directory will be replaced with './'. * - * The $_wp_admin_css_colors global manages the Administration Panels CSS + * The $_wp_admin_css_colors global manages the Administration Screens CSS * stylesheet that is loaded. The option that is set is 'admin_color' and is the * color and key for the array. The value for the color key is an object with * a 'url' parameter that has the URL path to the CSS file. @@ -589,7 +589,7 @@ function wp_just_in_time_script_localization() { * * @param string $src Source URL. * @param string $handle Either 'colors' or 'colors-rtl'. - * @return string URL path to CSS stylesheet for Administration Panels. + * @return string URL path to CSS stylesheet for Administration Screens. */ function wp_style_loader_src( $src, $handle ) { if ( defined('WP_INSTALLING') ) diff --git a/wp-includes/user.php b/wp-includes/user.php index 5de6788b2b..e94eb7a2c0 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -742,7 +742,7 @@ function is_blog_user( $blog_id = 0 ) { /** * Add meta data field to a user. * - * Post meta data is called "Custom Fields" on the Administration Panels. + * Post meta data is called "Custom Fields" on the Administration Screens. * * @since 3.0.0 * @uses add_metadata()