Ticket #17265: 17265.diff
File 17265.diff, 48.1 KB (added by , 14 years ago) |
---|
-
wp-admin/admin-post.php
6 6 * @subpackage Administration 7 7 */ 8 8 9 /** We are located in WordPress Administration Panels */9 /** We are located in WordPress Administration Screens */ 10 10 define('WP_ADMIN', true); 11 11 12 12 if ( defined('ABSPATH') ) -
wp-admin/admin.php
7 7 */ 8 8 9 9 /** 10 * In WordPress Administration Panels10 * In WordPress Administration Screens 11 11 * 12 12 * @since 2.3.2 13 13 */ -
wp-admin/comment.php
1 1 <?php 2 2 /** 3 * Comment Management Panel3 * Comment Management Screen 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 48 48 add_contextual_help( $current_screen, '<p>' . __( '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.' ) . '</p>' . 49 49 '<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>' . 50 50 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_ Panels#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .51 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' . 52 52 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank" >Support Forums</a>' ) . '</p>' 53 53 ); 54 54 -
wp-admin/custom-background.php
85 85 '<p>' . __( '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.' ) . '</p>' . 86 86 '<p>' . __( 'Don’t forget to click on the Save Changes button when you are finished.' ) . '</p>' . 87 87 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 88 '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Background_S ubPanel" target="_blank">Documentation on Custom Background</a>' ) . '</p>' .88 '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Background_Screen" target="_blank">Documentation on Custom Background</a>' ) . '</p>' . 89 89 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' ); 90 90 wp_enqueue_script('custom-background'); 91 91 wp_enqueue_style('farbtastic'); -
wp-admin/custom-header.php
93 93 '<p>' . __( '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.' ) . '</p>' . 94 94 '<p>' . __( '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.' ) . '</p>' . 95 95 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 96 '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Header_S ubPanel" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .96 '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' . 97 97 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' ); 98 98 } 99 99 -
wp-admin/edit-comments.php
1 1 <?php 2 2 /** 3 * Edit Comments Administration Panel.3 * Edit Comments Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 124 124 '<p>' . __( '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.' ) . '</p>' . 125 125 '<p>' . __( 'Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.' ) . '</p>' . 126 126 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 127 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_ Panels#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .127 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screen#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' . 128 128 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>' ) . '</p>' . 129 129 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts</a>' ) . '</p>' . 130 130 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' -
wp-admin/edit-form-advanced.php
174 174 '<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>' . 175 175 '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' . 176 176 '<p><strong>' . __('For more information:') . '</strong></p>' . 177 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_S ubPanel" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' .177 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' . 178 178 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 179 179 ); 180 180 } elseif ( 'page' == $post_type ) { … … 184 184 '<p>' . __('<strong>Template</strong> - 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.') . '</p>' . 185 185 '<p>' . __('<strong>Order</strong> - Pages are usually ordered alphabetically, but you can choose your own order by entering a number (1 for first, etc.) in this field.') . '</p>' . 186 186 '<p><strong>' . __('For more information:') . '</strong></p>' . 187 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_S ubPanel" target="_blank">Documentation on Adding New Pages</a>') . '</p>' .188 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Pages_S ubPanel#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' .187 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' . 188 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' . 189 189 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 190 190 ); 191 191 } -
wp-admin/edit-link-form.php
44 44 '<p>' . __( '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.' ) . '</p>' . 45 45 '<p>' . __( 'XFN stands for <a href="http://gmpg.org/xfn/" target="_blank">XHTML Friends Network</a>, 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.' ) . '</p>' . 46 46 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 47 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_S ubPanel" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .47 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' . 48 48 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 49 49 ); 50 50 -
wp-admin/edit-tags.php
1 1 <?php 2 2 /** 3 * Edit Tags Administration Panel.3 * Edit Tags Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 209 209 '<p><strong>' . __( 'For more information:' ) . '</strong></p>'; 210 210 211 211 if ( 'category' == $taxonomy ) 212 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Categories_S ubPanel" target="_blank">Documentation on Categories</a>' ) . '</p>';212 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentation on Categories</a>' ) . '</p>'; 213 213 elseif ( 'link_category' == $taxonomy ) 214 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_S ubPanel" target="_blank">Documentation on Link Categories</a>' ) . '</p>';214 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>'; 215 215 else 216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Post_Tags_S ubPanel" target="_blank">Documentation on Post Tags</a>' ) . '</p>';216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Post_Tags_Screen" target="_blank">Documentation on Post Tags</a>' ) . '</p>'; 217 217 218 218 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 219 219 -
wp-admin/edit.php
1 1 <?php 2 2 /** 3 * Edit Posts Administration Panel.3 * Edit Posts Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 170 170 '</ul>' . 171 171 '<p>' . __('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.') . '</p>' . 172 172 '<p><strong>' . __('For more information:') . '</strong></p>' . 173 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Posts_S ubPanel" target="_blank">Documentation on Managing Posts</a>') . '</p>' .173 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' . 174 174 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 175 175 ); 176 176 } elseif ( 'page' == $post_type ) { … … 179 179 '<p>' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way.') . '</p>' . 180 180 '<p>' . __('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.') . '</p>' . 181 181 '<p><strong>' . __('For more information:') . '</strong></p>' . 182 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Pages_S ubPanel" target="_blank">Documentation on Managing Pages</a>') . '</p>' .182 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' . 183 183 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 184 184 ); 185 185 } -
wp-admin/export.php
1 1 <?php 2 2 /** 3 * WordPress Export Administration Panel3 * WordPress Export Administration Screen 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 42 42 '<p>' . __('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.') . '</p>' . 43 43 '<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>' . 44 44 '<p><strong>' . __('For more information:') . '</strong></p>' . 45 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_S ubPanel" target="_blank">Documentation on Export</a>') . '</p>' .45 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' . 46 46 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); 48 48 -
wp-admin/import.php
1 1 <?php 2 2 /** 3 * Import WordPress Administration Panel3 * Import WordPress Administration Screen 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 20 20 '<p>' . __('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.') . '</p>' . 21 21 '<p>' . __('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.') . '</p>' . 22 22 '<p><strong>' . __('For more information:') . '</strong></p>' . 23 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_S ubPanel" target="_blank">Documentation on Import</a>') . '</p>' .23 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_Screen" target="_blank">Documentation on Import</a>') . '</p>' . 24 24 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 25 25 ); 26 26 -
wp-admin/includes/dashboard.php
1 1 <?php 2 2 /** 3 * WordPress Dashboard Widget Administration PanelAPI3 * WordPress Dashboard Widget Administration Screen API 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration -
wp-admin/index.php
1 1 <?php 2 2 /** 3 * Dashboard Administration Panel3 * Dashboard Administration Screen 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 45 45 '<p>' . __( '<strong>Other WordPress News</strong> - Shows the feed from <a href="http://planet.wordpress.org" target="_blank">WordPress Planet</a>. You can configure it to show a different feed of your choosing.' ) . '</p>' . 46 46 '<p>' . __( '<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.' ) . '</p>' . 47 47 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 48 '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_S ubPanel" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .48 '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' . 49 49 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 50 50 ); 51 51 -
wp-admin/link-add.php
1 1 <?php 2 2 /** 3 * Add Link Administration Panel.3 * Add Link Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration -
wp-admin/link-manager.php
1 1 <?php 2 2 /** 3 * Link Management Administration Panel.3 * Link Management Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 46 46 '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' . 47 47 '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' . 48 48 '<p><strong>' . __('For more information:') . '</strong></p>' . 49 '<p>' . __('<a href="http://codex.wordpress.org/Links_Links_S ubPanel" target="_blank">Documentation on Managing Links</a>') . '</p>' .49 '<p>' . __('<a href="http://codex.wordpress.org/Links_Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' . 50 50 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 51 51 ); 52 52 -
wp-admin/media-new.php
1 1 <?php 2 2 /** 3 * Upload new media Administration Panel.3 * Upload new media Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration -
wp-admin/media-upload.php
66 66 '<p>' . __('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.') . '</p>' . 67 67 '<p>' . __('There are two options for uploading files: <em>Select Files</em> will open the Flash-based uploader (multiple file upload allowed), or you can use the <em>Browser Uploader</em>. Clicking <em>Select Files</em> opens a navigation window showing you files in your operating system. Selecting <em>Open</em> 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 <em>Save</em> before leaving this screen.') . '</p>' . 68 68 '<p><strong>' . __('For more information:') . '</strong></p>' . 69 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_S ubPanel" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' .69 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' . 70 70 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 71 71 ); 72 72 -
wp-admin/media.php
73 73 '<p>' . __('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.') . '</p>' . 74 74 '<p>' . __('Remember to click Update Media to save metadata entered or changed.') . '</p>' . 75 75 '<p><strong>' . __('For more information:') . '</strong></p>' . 76 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_S ubPanel#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .76 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' . 77 77 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 78 78 ); 79 79 -
wp-admin/moderation.php
1 1 <?php 2 2 /** 3 * Comment Moderation Administration Panel.3 * Comment Moderation Administration Screen. 4 4 * 5 5 * Redirects to edit-comments.php?comment_status=moderated. 6 6 * -
wp-admin/my-sites.php
42 42 '<p>' . __('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.') . '</p>' . 43 43 '<p>' . __('Up until WordPress version 3.0, what is now called a Multi-site Network had to be installed separately as WordPress MU (multi-user).') . '</p>' . 44 44 '<p><strong>' . __('For more information:') . '</strong></p>' . 45 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_S ubPanel" target="_blank">Documentation on My Sites</a>') . '</p>' .45 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_Screen" target="_blank">Documentation on My Sites</a>') . '</p>' . 46 46 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); 48 48 -
wp-admin/nav-menus.php
453 453 $help .= '<p>' . __('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.') . '</p>'; 454 454 $help .= '<p>' . __('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.') . '</p>'; 455 455 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 456 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_S ubPanel" target="_blank">Documentation on Menus</a>') . '</p>';456 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>'; 457 457 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 458 458 459 459 add_contextual_help($current_screen, $help); -
wp-admin/network.php
112 112 '<p>' . __('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.') . '</p>' . 113 113 '<p><strong>' . __('For more information:') . '</strong></p>' . 114 114 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' . 115 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_S ubPanel" target="_blank">Documentation on the Network Screen</a>') . '</p>' .115 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' . 116 116 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 117 117 ); 118 118 -
wp-admin/options-discussion.php
19 19 '<p>' . __('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.') . '</p>' . 20 20 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 21 21 '<p><strong>' . __('For more information:') . '</strong></p>' . 22 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_S ubPanel" target="_blank">Documentation on Discussion Settings</a>') . '</p>' .22 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' . 23 23 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 24 24 ); 25 25 -
wp-admin/options-general.php
66 66 '<p>' . __('UTC means Coordinated Universal Time.') . '</p>' . 67 67 '<p>' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 68 68 '<p><strong>' . __('For more information:') . '</strong></p>' . 69 '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_S ubPanel" target="_blank">Documentation on General Settings</a>') . '</p>' .69 '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_Screen" target="_blank">Documentation on General Settings</a>') . '</p>' . 70 70 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 71 71 ); 72 72 -
wp-admin/options-media.php
21 21 ( is_multisite() ? '' : '<p>' . __('Uploading Options gives you folder and path choices for storing your files in your installation’s directory.') . '</p>' ) . 22 22 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 23 23 '<p><strong>' . __('For more information:') . '</strong></p>' . 24 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_S ubPanel" target="_blank">Documentation on Media Settings</a>') . '</p>' .24 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_Screen" target="_blank">Documentation on Media Settings</a>') . '</p>' . 25 25 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 26 26 ); 27 27 -
wp-admin/options-permalink.php
1 1 <?php 2 2 /** 3 * Permalink settings administration panel.3 * Permalink Settings Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 23 23 '<p>' . __('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 <code>/topics/uncategorized</code> instead of <code>/category/uncategorized</code>.') . '</p>' . 24 24 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 25 25 '<p><strong>' . __('For more information:') . '</strong></p>' . 26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_S ubPanel" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' .26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_Screen" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' . 27 27 '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Documentation on Using Permalinks</a>') . '</p>' . 28 28 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 29 29 ); … … 32 32 * Display JavaScript on the page. 33 33 * 34 34 * @package WordPress 35 * @subpackage Permalink_Settings_ Panel35 * @subpackage Permalink_Settings_Screen 36 36 */ 37 37 function add_js() { 38 38 ?> -
wp-admin/options-privacy.php
1 1 <?php 2 2 /** 3 * Privacy Options Settings Administration Panel.3 * Privacy Options Settings Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 20 20 '<p>' . __('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.') . '</p>' . 21 21 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 22 22 '<p><strong>' . __('For more information:') . '</strong></p>' . 23 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_S ubPanel" target="_blank">Documentation on Privacy Settings</a>') . '</p>' .23 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_Screen" target="_blank">Documentation on Privacy Settings</a>') . '</p>' . 24 24 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 25 25 ); 26 26 -
wp-admin/options-reading.php
47 47 '<p>' . __('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.') . '</p>' . 48 48 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 49 49 '<p><strong>' . __('For more information:') . '</strong></p>' . 50 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_S ubPanel" target="_blank">Documentation on Reading Settings</a>') . '</p>' .50 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' . 51 51 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 52 52 ); 53 53 -
wp-admin/options-writing.php
19 19 '<p>' . __('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.') . '</p>' . 20 20 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 21 21 '<p><strong>' . __('For more information:') . '</strong></p>' . 22 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_S ubPanel" target="_blank">Documentation on Writing Settings</a>') . '</p>' .22 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' . 23 23 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 24 24 ); 25 25 -
wp-admin/options.php
1 1 <?php 2 2 /** 3 * Options Management Administration Panel.3 * Options Management Administration Screen. 4 4 * 5 5 * If accessed directly in a browser this page shows a list of all saved options 6 6 * along with editable fields for their values. Serialized data is not supported -
wp-admin/plugin-editor.php
119 119 '<p>' . __('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.') . '</p>' . 120 120 ( is_network_admin() ? '<p>' . __('Any edits to files from this screen will be reflected on all sites in the network.') . '</p>' : '' ) . 121 121 '<p><strong>' . __('For more information:') . '</strong></p>' . 122 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_S ubPanel" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .122 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' . 123 123 '<p>' . __('<a href="http://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' . 124 124 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 125 125 ); -
wp-admin/plugin-install.php
47 47 '<p>' . __('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.') . '</p>' . 48 48 '<p>' . __('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.') . '</p>' . 49 49 '<p><strong>' . __('For more information:') . '</strong></p>' . 50 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_S ubPanel" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .50 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' . 51 51 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 52 52 ); 53 53 -
wp-admin/post-new.php
1 1 <?php 2 2 /** 3 * New Post Administration Panel.3 * New Post Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration -
wp-admin/profile.php
1 1 <?php 2 2 /** 3 * User Profile Administration Panel.3 * User Profile Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration -
wp-admin/tools.php
1 1 <?php 2 2 /** 3 * Tools Administration Panel.3 * Tools Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 16 16 '<p>' . __('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.') . '</p>' . 17 17 '<p>' . __('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.') . '</p>' . 18 18 '<p><strong>' . __('For more information:') . '</strong></p>' . 19 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Tools_S ubPanel" target="_blank">Documentation on Tools</a>') . '</p>' .19 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Tools_Screen" target="_blank">Documentation on Tools</a>') . '</p>' . 20 20 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 21 21 ); 22 22 -
wp-admin/update-core.php
403 403 '<p>' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available.') . '</p>' . 404 404 '<p>' . __('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.') . '</p>' . 405 405 '<p><strong>' . __('For more information:') . '</strong></p>' . 406 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_Updates_S ubPanel" target="_blank">Documentation on Updating WordPress</a>') . '</p>' .406 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>') . '</p>' . 407 407 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 408 408 ); 409 409 -
wp-admin/upload.php
151 151 '<p>' . __( 'Hovering over a row reveals action links: <em>Edit</em>, <em>Delete Permanently</em>, and <em>View</em>. Clicking <em>Edit</em> or on the media file’s name displays a simple screen to edit that individual file’s metadata. Clicking <em>Delete Permanently</em> will delete the file from the media library (as well as from any posts to which it is currently attached). <em>View</em> will take you to the display page for that file.' ) . '</p>' . 152 152 '<p>' . __( 'If a media file has not been attached to any post, you will see that in the <em>Attached To</em> column, and can click on <em>Attach File</em> to launch a small popup that will allow you to search for a post and attach the file.' ) . '</p>' . 153 153 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 154 '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_S ubPanel" target="_blank">Documentation on Media Library</a>' ) . '</p>' .154 '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' . 155 155 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 156 156 ); 157 157 -
wp-admin/user-edit.php
44 44 '<p>' . __('Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.') . '</p>' . 45 45 '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>' . 46 46 '<p><strong>' . __('For more information:') . '</strong></p>' . 47 '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_S ubPanel" target="_blank">Documentation on User Profiles</a>') . '</p>' .47 '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' . 48 48 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 49 49 ); 50 50 -
wp-admin/user-new.php
1 1 <?php 2 2 /** 3 * New User Administration Panel.3 * New User Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration … … 146 146 '<p>' . __('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.') . '</p>' . 147 147 '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' . 148 148 '<p><strong>' . __('For more information:') . '</strong></p>' . 149 '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_S ubPanel" target="_blank">Documentation on Adding New Users</a>') . '</p>' .149 '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' . 150 150 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 151 151 ); 152 152 -
wp-admin/user/index.php
1 1 <?php 2 2 /** 3 * User Dashboard Administration Panel3 * User Dashboard Administration Screen 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration -
wp-admin/user/profile.php
1 1 <?php 2 2 /** 3 * User Profile Administration Panel.3 * User Profile Administration Screen. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Administration -
wp-admin/users.php
25 25 '<p>' . __('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.') . '</p>' . 26 26 '<p>' . __('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.') . '</p>' . 27 27 '<p><strong>' . __('For more information:') . '</strong></p>' . 28 '<p>' . __('<a href="http://codex.wordpress.org/Users_Users_S ubPanel" target="_blank">Documentation on Managing Users</a>') . '</p>' .28 '<p>' . __('<a href="http://codex.wordpress.org/Users_Users_Screen" target="_blank">Documentation on Managing Users</a>') . '</p>' . 29 29 '<p>' . __('<a href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank">Descriptions of Roles and Capabilities</a>') . '</p>' . 30 30 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 31 31 ); -
wp-admin/widgets.php
42 42 <p>' . __('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.') . '</p> 43 43 '; 44 44 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 45 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_S ubPanel" target="_blank">Documentation on Widgets</a>') . '</p>';45 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>'; 46 46 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 47 47 add_contextual_help($current_screen, $help); 48 48 -
wp-includes/functions.php
3653 3653 } 3654 3654 3655 3655 /** 3656 * Whether to force SSL used for the Administration Panels.3656 * Whether to force SSL used for the Administration Screens. 3657 3657 * 3658 3658 * @since 2.6.0 3659 3659 * -
wp-includes/post.php
1372 1372 /** 1373 1373 * Add meta data field to a post. 1374 1374 * 1375 * Post meta data is called "Custom Fields" on the Administration Panels.1375 * Post meta data is called "Custom Fields" on the Administration Screen. 1376 1376 * 1377 1377 * @since 1.5.0 1378 1378 * @uses $wpdb -
wp-includes/script-loader.php
37 37 require( ABSPATH . WPINC . '/functions.wp-styles.php' ); 38 38 39 39 /** 40 * Set up WordPress scripts to load by default for Administration Panels.40 * Set up WordPress scripts to load by default for Administration Screen. 41 41 * 42 42 * Localizes a few of the scripts. 43 43 * $scripts->add_data( 'script-handle', 'group', 1 ); queues the script for the footer … … 572 572 } 573 573 574 574 /** 575 * Administration PanelCSS for changing the styles.575 * Administration Screen CSS for changing the styles. 576 576 * 577 577 * If installing the 'wp-admin/' directory will be replaced with './'. 578 578 * 579 * The $_wp_admin_css_colors global manages the Administration Panels CSS579 * The $_wp_admin_css_colors global manages the Administration Screens CSS 580 580 * stylesheet that is loaded. The option that is set is 'admin_color' and is the 581 581 * color and key for the array. The value for the color key is an object with 582 582 * a 'url' parameter that has the URL path to the CSS file. … … 589 589 * 590 590 * @param string $src Source URL. 591 591 * @param string $handle Either 'colors' or 'colors-rtl'. 592 * @return string URL path to CSS stylesheet for Administration Panels.592 * @return string URL path to CSS stylesheet for Administration Screens. 593 593 */ 594 594 function wp_style_loader_src( $src, $handle ) { 595 595 if ( defined('WP_INSTALLING') ) -
wp-includes/user.php
741 741 /** 742 742 * Add meta data field to a user. 743 743 * 744 * Post meta data is called "Custom Fields" on the Administration Panels.744 * Post meta data is called "Custom Fields" on the Administration Screens. 745 745 * 746 746 * @since 3.0.0 747 747 * @uses add_metadata()