Changeset 17748
- Timestamp:
- 04/28/2011 03:24:49 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-post.php
r10720 r17748 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 -
trunk/wp-admin/admin.php
r17333 r17748 8 8 9 9 /** 10 * In WordPress Administration Panels10 * In WordPress Administration Screens 11 11 * 12 12 * @since 2.3.2 -
trunk/wp-admin/comment.php
r16326 r17748 1 1 <?php 2 2 /** 3 * Comment Management Panel3 * Comment Management Screen 4 4 * 5 5 * @package WordPress … … 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 ); -
trunk/wp-admin/custom-background.php
r16660 r17748 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'); -
trunk/wp-admin/custom-header.php
r16061 r17748 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 } -
trunk/wp-admin/edit-comments.php
r17345 r17748 1 1 <?php 2 2 /** 3 * Edit Comments Administration Panel.3 * Edit Comments Administration Screen. 4 4 * 5 5 * @package WordPress … … 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>' . -
trunk/wp-admin/edit-form-advanced.php
r17695 r17748 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 ); … … 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_SubPanel#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_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 ); -
trunk/wp-admin/edit-link-form.php
r15746 r17748 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 ); -
trunk/wp-admin/edit-tags.php
r17435 r17748 1 1 <?php 2 2 /** 3 * Edit Tags Administration Panel.3 * Edit Tags Administration Screen. 4 4 * 5 5 * @package WordPress … … 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>';215 else 216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Post_Tags_S ubPanel" target="_blank">Documentation on Post Tags</a>' ) . '</p>';214 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>'; 215 else 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>'; -
trunk/wp-admin/edit.php
r17362 r17748 1 1 <?php 2 2 /** 3 * Edit Posts Administration Panel.3 * Edit Posts Administration Screen. 4 4 * 5 5 * @package WordPress … … 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_SubPanel" target="_blank">Documentation on Managing Posts</a>') . '</p>' .173 '<p>' . __('<a href="http://codex.wordpress.org/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 ); … … 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_SubPanel" target="_blank">Documentation on Managing Pages</a>') . '</p>' .182 '<p>' . __('<a href="http://codex.wordpress.org/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 ); -
trunk/wp-admin/export.php
r17063 r17748 1 1 <?php 2 2 /** 3 * WordPress Export Administration Panel3 * WordPress Export Administration Screen 4 4 * 5 5 * @package WordPress … … 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 ); -
trunk/wp-admin/import.php
r17086 r17748 1 1 <?php 2 2 /** 3 * Import WordPress Administration Panel3 * Import WordPress Administration Screen 4 4 * 5 5 * @package WordPress … … 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 ); -
trunk/wp-admin/includes/dashboard.php
r17743 r17748 1 1 <?php 2 2 /** 3 * WordPress Dashboard Widget Administration PanelAPI3 * WordPress Dashboard Widget Administration Screen API 4 4 * 5 5 * @package WordPress -
trunk/wp-admin/index.php
r17054 r17748 1 1 <?php 2 2 /** 3 * Dashboard Administration Panel3 * Dashboard Administration Screen 4 4 * 5 5 * @package WordPress … … 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 ); -
trunk/wp-admin/link-add.php
r14313 r17748 1 1 <?php 2 2 /** 3 * Add Link Administration Panel.3 * Add Link Administration Screen. 4 4 * 5 5 * @package WordPress -
trunk/wp-admin/link-manager.php
r17345 r17748 1 1 <?php 2 2 /** 3 * Link Management Administration Panel.3 * Link Management Administration Screen. 4 4 * 5 5 * @package WordPress … … 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_SubPanel" target="_blank">Documentation on Managing Links</a>') . '</p>' .49 '<p>' . __('<a href="http://codex.wordpress.org/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 ); -
trunk/wp-admin/media-new.php
r14139 r17748 1 1 <?php 2 2 /** 3 * Upload new media Administration Panel.3 * Upload new media Administration Screen. 4 4 * 5 5 * @package WordPress -
trunk/wp-admin/media-upload.php
r17568 r17748 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 ); -
trunk/wp-admin/media.php
r16812 r17748 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 ); -
trunk/wp-admin/moderation.php
r16847 r17748 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. -
trunk/wp-admin/my-sites.php
r17014 r17748 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 ); -
trunk/wp-admin/nav-menus.php
r17543 r17748 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 -
trunk/wp-admin/network.php
r17323 r17748 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 ); -
trunk/wp-admin/options-discussion.php
r16980 r17748 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 ); -
trunk/wp-admin/options-general.php
r17637 r17748 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 ); -
trunk/wp-admin/options-media.php
r16980 r17748 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 ); -
trunk/wp-admin/options-permalink.php
r16980 r17748 1 1 <?php 2 2 /** 3 * Permalink settings administration panel.3 * Permalink Settings Administration Screen. 4 4 * 5 5 * @package WordPress … … 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>' … … 33 33 * 34 34 * @package WordPress 35 * @subpackage Permalink_Settings_ Panel35 * @subpackage Permalink_Settings_Screen 36 36 */ 37 37 function add_js() { -
trunk/wp-admin/options-privacy.php
r16980 r17748 1 1 <?php 2 2 /** 3 * Privacy Options Settings Administration Panel.3 * Privacy Options Settings Administration Screen. 4 4 * 5 5 * @package WordPress … … 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 ); -
trunk/wp-admin/options-reading.php
r16980 r17748 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 ); -
trunk/wp-admin/options-writing.php
r17666 r17748 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 ); -
trunk/wp-admin/options.php
r17056 r17748 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 -
trunk/wp-admin/plugin-editor.php
r17183 r17748 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>' -
trunk/wp-admin/plugin-install.php
r17322 r17748 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 ); -
trunk/wp-admin/post-new.php
r16135 r17748 1 1 <?php 2 2 /** 3 * New Post Administration Panel.3 * New Post Administration Screen. 4 4 * 5 5 * @package WordPress -
trunk/wp-admin/profile.php
r16660 r17748 1 1 <?php 2 2 /** 3 * User Profile Administration Panel.3 * User Profile Administration Screen. 4 4 * 5 5 * @package WordPress -
trunk/wp-admin/tools.php
r17666 r17748 1 1 <?php 2 2 /** 3 * Tools Administration Panel.3 * Tools Administration Screen. 4 4 * 5 5 * @package WordPress … … 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_SubPanel" target="_blank">Documentation on Tools</a>') . '</p>' .19 '<p>' . __('<a href="http://codex.wordpress.org/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 ); -
trunk/wp-admin/update-core.php
r17589 r17748 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 ); -
trunk/wp-admin/upload.php
r17345 r17748 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 ); -
trunk/wp-admin/user-edit.php
r17657 r17748 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 ); -
trunk/wp-admin/user-new.php
r17431 r17748 1 1 <?php 2 2 /** 3 * New User Administration Panel.3 * New User Administration Screen. 4 4 * 5 5 * @package WordPress … … 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 ); -
trunk/wp-admin/user/index.php
r15879 r17748 1 1 <?php 2 2 /** 3 * User Dashboard Administration Panel3 * User Dashboard Administration Screen 4 4 * 5 5 * @package WordPress -
trunk/wp-admin/user/profile.php
r15879 r17748 1 1 <?php 2 2 /** 3 * User Profile Administration Panel.3 * User Profile Administration Screen. 4 4 * 5 5 * @package WordPress -
trunk/wp-admin/users.php
r17673 r17748 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_SubPanel" target="_blank">Documentation on Managing Users</a>') . '</p>' .28 '<p>' . __('<a href="http://codex.wordpress.org/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>' -
trunk/wp-admin/widgets.php
r16438 r17748 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); -
trunk/wp-includes/functions.php
r17747 r17748 3644 3644 3645 3645 /** 3646 * Whether to force SSL used for the Administration Panels.3646 * Whether to force SSL used for the Administration Screens. 3647 3647 * 3648 3648 * @since 2.6.0 -
trunk/wp-includes/post.php
r17742 r17748 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 -
trunk/wp-includes/script-loader.php
r17743 r17748 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. … … 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 … … 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 ) { -
trunk/wp-includes/user.php
r17742 r17748 743 743 * Add meta data field to a user. 744 744 * 745 * Post meta data is called "Custom Fields" on the Administration Panels.745 * Post meta data is called "Custom Fields" on the Administration Screens. 746 746 * 747 747 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.