Changeset 15132
- Timestamp:
- 06/03/2010 09:00:39 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r15014 r15132 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" >Comments Documentation</a>' ) . '</p>' .52 '<p>' . __( '<a href="http://wordpress.org/support/" >Support Forums</a>' ) . '</p>'51 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Comments Documentation</a>' ) . '</p>' . 52 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank" >Support Forums</a>' ) . '</p>' 53 53 ); 54 54 -
trunk/wp-admin/edit-comments.php
r15094 r15132 113 113 '<p>' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '</p>' . 114 114 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 115 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" >Comments Documentation</a>' ) . '</p>' .116 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" >Comment Spam Documentation</a>') . '</p>' .117 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" >Keyboard Shortcuts Documentation</a>') . '</p>' .118 '<p>' . __( '<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'115 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Comments Documentation</a>' ) . '</p>' . 116 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Comment Spam Documentation</a>') . '</p>' . 117 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Keyboard Shortcuts Documentation</a>') . '</p>' . 118 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 119 119 ); 120 120 require_once('./admin-header.php'); -
trunk/wp-admin/edit-form-advanced.php
r15119 r15132 178 178 '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' . 179 179 '<p><strong>' . __('For more information:') . '</strong></p>' . 180 '<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts" >Documentation on Writing Posts</a>') . '</p>' .181 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'180 '<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts" target="_blank">Documentation on Writing Posts</a>') . '</p>' . 181 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 182 182 ); 183 183 } elseif ( 'page' == $post_type ) { … … 188 188 '<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>' . 189 189 '<p><strong>' . __('For more information:') . '</strong></p>' . 190 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel" >Page Creation Documentation</a>') . '</p>' .191 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'190 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_SubPanel" target="_blank">Page Creation Documentation</a>') . '</p>' . 191 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 192 192 ); 193 193 } -
trunk/wp-admin/edit-link-categories.php
r14989 r15132 55 55 '<p>' . __('You can delete link categories, but that action does not delete the links within the category. Instead, it moves them to the default link category.') . '</p>' . 56 56 '<p><strong>' . __('For more information:') . '</strong></p>' . 57 '<p>' . __('<a href="http://codex.wordpress.org/Links_Link_Categories_SubPanel" >Link Categories Documentation</a>') . '</p>' .58 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'57 '<p>' . __('<a href="http://codex.wordpress.org/Links_Link_Categories_SubPanel" target="_blank">Link Categories Documentation</a>') . '</p>' . 58 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 59 59 ); 60 60 -
trunk/wp-admin/edit-link-form.php
r15103 r15132 43 43 '<p>' . __( 'XFN stands for <a href="http://gmpg.org/xfn/">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>' . 44 44 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 45 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_SubPanel" >Documentation on Creating Links</a>' ) . '</p>' .46 '<p>' . __( '<a href="http://wordpress.org/support/" >Support Forums</a>' ) . '</p>'45 '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_SubPanel" target="_blank">Documentation on Creating Links</a>' ) . '</p>' . 46 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>' 47 47 ); 48 48 -
trunk/wp-admin/edit.php
r15094 r15132 175 175 '<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>' . 176 176 '<p><strong>' . __('For more information:') . '</strong></p>' . 177 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Edit_SubPanel" >Edit Posts Documentation</a>') . '</p>' .178 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'177 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Edit_SubPanel" target="_blank">Edit Posts Documentation</a>') . '</p>' . 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>' . __('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>' . 185 185 '<p><strong>' . __('For more information:') . '</strong></p>' . 186 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Edit_SubPanel" >Page Management Documentation</a>') . '</p>' .187 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'186 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Edit_SubPanel" target="_blank">Page Management Documentation</a>') . '</p>' . 187 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 188 188 ); 189 189 } -
trunk/wp-admin/index.php
r15128 r15132 39 39 '<p>' . __('<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '</p>' . 40 40 '<p><strong>' . __('For more information:') . '</strong></p>' . 41 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_SubPanel" >Dashboard Documentation</a>') . '</p>' .42 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'41 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_SubPanel" target="_blank">Dashboard Documentation</a>') . '</p>' . 42 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 43 43 ); 44 44 -
trunk/wp-admin/link-manager.php
r15054 r15132 51 51 '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' . 52 52 '<p><strong>' . __('For more information:') . '</strong></p>' . 53 '<p>' . __('<a href="http://codex.wordpress.org/Links_Edit_SubPanel" >Link Management Documentation</a>') . '</p>' .54 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'53 '<p>' . __('<a href="http://codex.wordpress.org/Links_Edit_SubPanel" target="_blank">Link Management Documentation</a>') . '</p>' . 54 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 55 55 ); 56 56 -
trunk/wp-admin/media-upload.php
r15126 r15132 62 62 '<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>' . 63 63 '<p><strong>' . __('For more information:') . '</strong></p>' . 64 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_SubPanel" >Documentation on Uploading Media Files</a>') . '</p>' .65 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'64 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_SubPanel" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' . 65 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 66 66 ); 67 67 -
trunk/wp-admin/ms-options.php
r15131 r15132 30 30 '<p>' . __('Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Super Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.') . '</p>' . 31 31 '<p><strong>' . __('For more information:') . '</strong></p>' . 32 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" >Network Options Documentation</a>') . '</p>' .33 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'32 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Options_SubPanel" target="_blank">Network Options Documentation</a>') . '</p>' . 33 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 34 34 ); 35 35 -
trunk/wp-admin/ms-upgrade-network.php
r15116 r15132 23 23 '<p>' . __('If this process fails for any reason, users logging in to their sites will force the same update.') . '</p>' . 24 24 '<p><strong>' . __('For more information:') . '</strong></p>' . 25 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Update_SubPanel" >Update Network Documentation</a>') . '</p>' .26 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'25 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Update_SubPanel" target="_blank">Update Network Documentation</a>') . '</p>' . 26 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 27 27 ); 28 28 -
trunk/wp-admin/ms-users.php
r15116 r15132 29 29 '<p>' . __('You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.') . '</p>' . 30 30 '<p><strong>' . __('For more information:') . '</strong></p>' . 31 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Users_SubPanel" >Network Users Documentation</a>') . '</p>' .32 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'31 '<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Users_SubPanel" target="_blank">Network Users Documentation</a>') . '</p>' . 32 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 33 33 ); 34 34 -
trunk/wp-admin/my-sites.php
r15116 r15132 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_SubPanel" >My Sites Documentation</a>') . '</p>' .46 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'45 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_SubPanel" target="_blank">My Sites Documentation</a>') . '</p>' . 46 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 47 47 ); 48 48 -
trunk/wp-admin/nav-menus.php
r15116 r15132 443 443 $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. You’ll see when the position of the drop target shifts over to create the nested placement. Don’t forget to click Save when you’re finished.') . '</p>'; 444 444 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 445 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel" >Menus Documentation</a>') . '</p>';446 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';445 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_SubPanel" target="_blank">Menus Documentation</a>') . '</p>'; 446 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 447 447 448 448 add_contextual_help($current_screen, $help); -
trunk/wp-admin/network.php
r15126 r15132 98 98 '<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>' . 99 99 '<p><strong>' . __('For more information:') . '</strong></p>' . 100 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" >General Network Creation Documentation</a>') . '</p>' .101 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_SubPanel" >Tools > Network Documentation</a>') . '</p>' .102 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'100 '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">General Network Creation Documentation</a>') . '</p>' . 101 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_SubPanel" target="_blank">Tools > Network Documentation</a>') . '</p>' . 102 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 103 103 ); 104 104 -
trunk/wp-admin/options-discussion.php
r15116 r15132 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_SubPanel" >Discussion Settings Documentation</a>') . '</p>' .23 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'22 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_SubPanel" target="_blank">Discussion Settings Documentation</a>') . '</p>' . 23 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 24 24 ); 25 25 -
trunk/wp-admin/options-general.php
r15116 r15132 59 59 '<p>' . __('Remember to click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' . 60 60 '<p><strong>' . __('For more information:') . '</strong></p>' . 61 '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_SubPanel" >Documentation on General Settings</a>') . '</p>' .62 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'61 '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_SubPanel" target="_blank">Documentation on General Settings</a>') . '</p>' . 62 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 63 63 ); 64 64 -
trunk/wp-admin/options-media.php
r15116 r15132 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_SubPanel" >Documentation on Media Settings</a>') . '</p>' .25 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'24 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_SubPanel" target="_blank">Documentation on Media Settings</a>') . '</p>' . 25 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 26 26 ); 27 27 -
trunk/wp-admin/options-permalink.php
r15126 r15132 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_SubPanel" >Permalinks Settings Documentation</a>') . '</p>' .27 '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" >Using Permalinks Documentation</a>') . '</p>' .28 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'26 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_SubPanel" target="_blank">Permalinks Settings Documentation</a>') . '</p>' . 27 '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Using Permalinks Documentation</a>') . '</p>' . 28 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 29 29 ); 30 30 -
trunk/wp-admin/options-privacy.php
r15116 r15132 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_SubPanel" >Privacy Settings Documentation</a>') . '</p>' .24 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'23 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Privacy_SubPanel" target="_blank">Privacy Settings Documentation</a>') . '</p>' . 24 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 25 25 ); 26 26 -
trunk/wp-admin/options-reading.php
r15126 r15132 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_Reading_SubPanel" >Reading Settings Documentation</a>') . '</p>' .25 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'24 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_SubPanel" target="_blank">Reading Settings Documentation</a>') . '</p>' . 25 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 26 26 ); 27 27 -
trunk/wp-admin/options-writing.php
r15116 r15132 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_SubPanel" >Writing Settings Documentation</a>') . '</p>' .23 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'22 '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_SubPanel" target="_blank">Writing Settings Documentation</a>') . '</p>' . 23 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 24 24 ); 25 25 -
trunk/wp-admin/plugin-editor.php
r15054 r15132 114 114 '<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 a plugin or start from scratch, check out the links below.') . '</p>' . 115 115 '<p><strong>' . __('For more information:') . '</strong></p>' . 116 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_SubPanel" >Documentation on Editing Plugins</a>') . '</p>' .117 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'116 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_SubPanel" target="_blank">Documentation on Editing Plugins</a>') . '</p>' . 117 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 118 118 ); 119 119 -
trunk/wp-admin/plugin-install.php
r15126 r15132 59 59 '<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>' . 60 60 '<p><strong>' . __('For more information:') . '</strong></p>' . 61 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_SubPanel" >Documentation on Installing Plugins</a>') . '</p>' .62 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'61 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_SubPanel" target="_blank">Documentation on Installing Plugins</a>') . '</p>' . 62 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 63 63 ); 64 64 -
trunk/wp-admin/plugins.php
r15126 r15132 312 312 '<p>' . sprintf( __('If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the <code>%s</code> directory and it will be automatically deactivated.'), WP_PLUGIN_DIR) . '</p>' . 313 313 '<p><strong>' . __('For more information:') . '</strong></p>' . 314 '<p>' . __('<a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Management" >Documentation on Managing Plugins</a>') . '</p>' .315 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'314 '<p>' . __('<a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' . 315 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 316 316 ); 317 317 -
trunk/wp-admin/theme-editor.php
r14989 r15132 23 23 $help .= '<p>' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="http://codex.wordpress.org/Child_Themes">child theme</a> instead.') . '</p>'; 24 24 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 25 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Theme_Development" >Documentation on Theme Development</a>') . '</p>';26 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes" >Documentation on Using Themes</a>') . '</p>';27 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Editing_Files" >Documentation on Editing Files</a>') . '</p>';28 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Template_Tags" >Documentation on Template Tags</a>') . '</p>';29 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';25 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Theme_Development" target="_blank">Documentation on Theme Development</a>') . '</p>'; 26 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>'; 27 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Editing_Files" target="_blank">Documentation on Editing Files</a>') . '</p>'; 28 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Template_Tags" target="_blank">Documentation on Template Tags</a>') . '</p>'; 29 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 30 30 add_contextual_help($current_screen, $help); 31 31 -
trunk/wp-admin/theme-install.php
r15126 r15132 58 58 $help .= '<p>' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your <code>/wp-content/themes</code> directory.') . '</p>'; 59 59 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 60 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" >Documentation on Using Themes</a>') . '</p>';61 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';60 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>'; 61 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 62 62 add_contextual_help($current_screen, $help); 63 63 -
trunk/wp-admin/themes.php
r15126 r15132 40 40 41 41 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 42 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes" >Documentation on Using Themes</a>') . '</p>';43 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';42 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>'; 43 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 44 44 add_contextual_help($current_screen, $help); 45 45 -
trunk/wp-admin/tools.php
r15001 r15132 16 16 '<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>' . 17 17 '<p><strong>' . __('For more information:') . '</strong></p>' . 18 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Tools_SubPanel" >Tools Documentation</a>') . '</p>' .19 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'18 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Tools_SubPanel" target="_blank">Tools Documentation</a>') . '</p>' . 19 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 20 20 ); 21 21 -
trunk/wp-admin/upload.php
r15094 r15132 170 170 '<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>' . 171 171 '<p><strong>' . __('For more information:') . '</strong></p>' . 172 '<p>' . __('<a href="http://codex.wordpress.org/Media_Library_SubPanel" >Media Library Documentation</a>') . '</p>' .173 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'172 '<p>' . __('<a href="http://codex.wordpress.org/Media_Library_SubPanel" target="_blank">Media Library Documentation</a>') . '</p>' . 173 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 174 174 ); 175 175 -
trunk/wp-admin/user-edit.php
r15116 r15132 42 42 '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>' . 43 43 '<p><strong>' . __('For more information:') . '</strong></p>' . 44 '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Users_Your_Profile_SubPanel" >Documentation on User Profiles</a>') . '</p>' .45 '<p>' . __('<a target="_blank" href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'44 '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Users_Your_Profile_SubPanel" target="_blank">Documentation on User Profiles</a>') . '</p>' . 45 '<p>' . __('<a target="_blank" href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 46 46 ); 47 47 -
trunk/wp-admin/widgets.php
r15126 r15132 43 43 '; 44 44 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 45 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_SubPanel" >Widgets Documentation</a>') . '</p>';46 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';45 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_SubPanel" target="_blank">Widgets Documentation</a>') . '</p>'; 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
Note: See TracChangeset
for help on using the changeset viewer.