Ticket #13467: blank.patch
File blank.patch, 42.9 KB (added by , 14 years ago) |
---|
-
wp-admin/network.php
97 97 '<p>' . __('Refreshing your browser will take you to a screen with an archive of those added lines of code. A set of six links under Super Admin will appear at the top of the main left navigation menu. The multisite network is now enabled.') . '</p>' . 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 105 105 include( './admin-header.php' ); -
wp-admin/edit-link-categories.php
54 54 add_contextual_help($current_screen, '<p>' . __('You can create groups of links by using link categories. Link category names must be unique and link categories are separate from the categories you use for posts.') . '</p>' . 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 61 61 require_once ('admin-header.php'); -
wp-admin/options-privacy.php
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_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 27 27 include('./admin-header.php'); -
wp-admin/edit-comments.php
112 112 '<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>' . 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'); 121 121 -
wp-admin/theme-editor.php
22 22 $help .= '<p>' . __('<strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.') . '</p>'; 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 32 32 wp_reset_vars(array('action', 'redirect', 'profile', 'error', 'warning', 'a', 'file', 'theme', 'dir')); -
wp-admin/media-upload.php
61 61 '<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>' . 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 68 68 require_once('./admin-header.php'); ?> -
wp-admin/comment.php
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" >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 55 55 wp_enqueue_script('comment'); -
wp-admin/options-general.php
58 58 '<p>' . __('UTC means Coordinated Universal Time.') . '</p>' . 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 65 65 include('./admin-header.php'); -
wp-admin/index.php
38 38 '<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>' . 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 45 45 require_once('./admin-header.php'); -
wp-admin/options-media.php
21 21 '<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_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 28 28 include('./admin-header.php'); -
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_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 49 49 require_once( './admin-header.php' ); -
wp-admin/edit-link-form.php
42 42 '<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>' . 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 49 49 require_once ('admin-header.php'); -
wp-admin/upload.php
169 169 '<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>' . 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 176 176 require_once('./admin-header.php'); -
wp-admin/edit-form-advanced.php
177 177 '<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>' . 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 ) { 184 184 add_contextual_help($current_screen, '<p>' . __('Pages are similar to Posts in that they have a title, body text, and associated metadata, but they are different in that they are not part of the chronological blog stream, kind of like permanent posts. Pages are not categorized or tagged, but can have a hierarchy. You can nest Pages under other Pages by making one the “Parent” of the other, creating a group of Pages.') . '</p>' . … … 187 187 '<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>' . 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 } 194 194 -
wp-admin/ms-upgrade-network.php
22 22 '<p>' . __('If a version update to core has not happened, clicking this button won’t affect anything.') . '</p>' . 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 29 29 require_once('admin-header.php'); -
wp-admin/tools.php
15 15 '<p>' . __('Press This is a bookmarklet that makes it easy to blog about something you come across on the web. You can use it to just grab a link, or to post an excerpt. Press This will even allow you to choose from images included on the page and use them in your post. Just drag the Press This link on this screen to your bookmarks bar in your browser, and you’ll be on your way to easier content creation.') . '</p>' . 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 22 22 require_once('./admin-header.php'); -
wp-admin/plugin-install.php
58 58 '<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>' . 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 65 65 include('./admin-header.php'); -
wp-admin/nav-menus.php
442 442 $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>'; 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); 449 449 -
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_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 26 26 include('./admin-header.php'); -
wp-admin/ms-users.php
28 28 '<p>' . __('Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.') . '</p>' . 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 35 35 wp_enqueue_script( 'admin-forms' ); -
wp-admin/plugins.php
311 311 '<p>' . __('Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin’s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.') . '</p>' . 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 318 318 if ( is_multisite() && is_super_admin() ) { -
wp-admin/edit.php
174 174 '</ul>' . 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 ) { 181 181 add_contextual_help($current_screen, … … 183 183 '<p>' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way.') . '</p>' . 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 } 190 190 -
wp-admin/user-edit.php
41 41 '<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>' . 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 48 48 -
wp-admin/options-reading.php
21 21 '<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>' . 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 28 28 include( './admin-header.php' ); -
wp-admin/link-manager.php
50 50 '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' . 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 57 57 include_once ('./admin-header.php'); -
wp-admin/theme-install.php
57 57 $help .= '<p>' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.') . '</p>'; 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 64 64 include('./admin-header.php'); -
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_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 49 49 // register the inactive_widgets area as sidebar -
wp-admin/ms-options.php
29 29 '<p>' . __('Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.') . '</p>' . 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 36 36 include( './admin-header.php' ); -
wp-admin/options-permalink.php
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_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 31 31 /** -
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_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 26 26 include('./admin-header.php'); -
wp-admin/plugin-editor.php
113 113 '<p>' . __('The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Lookup takes you to a web page about that particular function.') . '</p>' . 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 120 120 require_once('./admin-header.php'); -
wp-admin/themes.php
39 39 $help .= '<p>' . sprintf(__('If you would like to see more themes to choose from, click on the “Install Themes” tab and you will be able to browse or search for additional themes from the <a href="%s">WordPress.org Theme Directory</a>. Themes in the WordPress.org Theme Directory are designed and developed by third parties, and are licensed under the GNU General Public License, version 2, just like WordPress. Oh, and they’re free!'), 'http://wordpress.org/extend/themes/') . '</p>'; 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 46 46 add_thickbox();