Changeset 16326
- Timestamp:
- 11/12/2010 03:03:34 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r16061 r16326 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"> Comments Documentation</a>' ) . '</p>' .51 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#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/edit-comments.php
r16222 r16326 117 117 '<p>' . __('Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link below to learn more.') . '</p>' . 118 118 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 119 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank"> Comments Documentation</a>' ) . '</p>' .120 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank"> Comment Spam Documentation</a>') . '</p>' .121 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank"> Keyboard Shortcuts Documentation</a>') . '</p>' .119 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments" target="_blank">Documentation on Comments </a>' ) . '</p>' . 120 '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam </a>') . '</p>' . 121 '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts </a>') . '</p>' . 122 122 '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 123 123 ); -
trunk/wp-admin/index.php
r15746 r16326 33 33 34 34 '<p>' . __('Welcome to your WordPress Dashboard! You will find helpful tips in the Help tab of each screen to assist you as you get to know the application.') . '</p>' . 35 '<p>' . __('The Admin Bar at the top, new in 3.1, provides quick access to common tasks when you are in the front end of your site or anywhere in the dashboard screens.') . '</p>' . 35 36 '<p>' . __('The left-hand navigation menu provides links to the administration screens in your WordPress application. You can expand or collapse navigation sections by clicking on the arrow that appears on the right side of each navigation item when you hover over it. You can also minimize the navigation menu to a narrow icon strip by clicking on the separator lines between navigation sections that end in double arrowheads; when minimized, the submenu items will be displayed on hover.') . '</p>' . 36 37 '<p>' . __('You can configure your dashboard by choosing which modules to display, how many columns to display them in, and where each module should be placed. You can hide/show modules and select the number of columns in the Screen Options tab. To rearrange the modules, drag and drop by clicking on the title bar of the selected module and releasing when you see a gray dotted-line box appear in the location you want to place the module. You can also expand or collapse each module by clicking once on the the module’s title bar. In addition, some modules are configurable, and will show a “Configure” link in the title bar when you hover over it.') . '</p>' . … … 41 42 '<p>' . __('<strong>QuickPress</strong> - Allows you to create a new post and either publish it or save it as a draft.') . '</p>' . 42 43 '<p>' . __('<strong>Recent Drafts</strong> - Displays links to the 5 most recent draft posts you’ve started.') . '</p>' . 44 '<p>' . __('<strong>WordPress Development Blog</strong> - Come here for the latest scoop.') . '</p>' . 43 45 '<p>' . __('<strong>Other WordPress News</strong> - Shows the feed from <a href="http://planet.wordpress.org" target="_blank">WordPress Planet</a>. You can configure it to show a different feed of your choosing.') . '</p>' . 44 46 '<p>' . __('<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '</p>' . 45 47 '<p><strong>' . __('For more information:') . '</strong></p>' . 46 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_SubPanel" target="_blank">D ashboard Documentation</a>') . '</p>' .48 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_SubPanel" target="_blank">Documentation on Dashboard </a>') . '</p>' . 47 49 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 48 50 ); -
trunk/wp-admin/media.php
r16061 r16326 67 67 wp_enqueue_script('image-edit'); 68 68 wp_enqueue_style('imgareaselect'); 69 70 add_contextual_help( $current_screen, 71 '<p>' . __('This screen allows you to edit five fields for metadata in a file within the media library.') . '</p>' . 72 '<p>' . __('For images only, you can click on Edit Image under the thumbnail to expand out an inline image editor with icons for cropping, rotating, or flipping the image as well as for undoing and redoing. The boxes on the right give you more options for scaling the image, for cropping it, and for cropping the thumbnail in a different way than you crop the original image. You can click on Help in those boxes to get more information.') . '</p>' . 73 '<p>' . __('Note that you crop the image by clicking on it (the Crop icon is already selected) and dragging the cropping frame to select the desired part. Then click Save to retain the cropping.') . '</p>' . 74 '<p>' . __('Remember to click Update Media to save metadata entered or changed.') . '</p>' . 75 '<p><strong>' . __('For more information:') . '</strong></p>' . 76 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_SubPanel#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' . 77 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 78 ); 69 79 70 80 require( './admin-header.php' ); -
trunk/wp-admin/upload.php
r16175 r16326 143 143 '<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>' . 144 144 '<p><strong>' . __('For more information:') . '</strong></p>' . 145 '<p>' . __('<a href="http://codex.wordpress.org/Media_Library_SubPanel" target="_blank"> Media Library Documentation</a>') . '</p>' .145 '<p>' . __('<a href="http://codex.wordpress.org/Media_Library_SubPanel" target="_blank">Documentation on Media Library </a>') . '</p>' . 146 146 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 147 147 ); -
trunk/wp-admin/widgets.php
r16061 r16326 36 36 $help = ' 37 37 <p>' . __('Widgets are independent sections of content that can be placed into any widgetized area provided by your theme (commonly called sidebars). To populate your sidebars/widget areas with individual widgets, drag and drop the title bars into the desired area. By default, only the first widget area is expanded. To populate additional widget areas, click on their title bars to expand them.') . '</p> 38 <p>' . __(' Available Widgets section contains all the widgets you can choose from. Once you drag a widget into a sidebar, it will open to allow you to configure its settings. When you are happy with the widget settings, click the Save button and the widget will go live on your site. If you click Delete, it will remove the widget.') . '</p>38 <p>' . __('The Available Widgets section contains all the widgets you can choose from. Once you drag a widget into a sidebar, it will open to allow you to configure its settings. When you are happy with the widget settings, click the Save button and the widget will go live on your site. If you click Delete, it will remove the widget.') . '</p> 39 39 <p>' . __('If you want to remove the widget but save its setting for possible future use, just drag it into the Inactive Widgets area. You can add them back anytime from there. This is especially helpful when you switch to a theme with fewer or different widget areas.') . '</p> 40 40 <p>' . __('Widgets may be used multiple times. You can give each widget a title, to display on your site, but it’s not required.') . '</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" target="_blank"> Widgets Documentation</a>') . '</p>';45 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_SubPanel" 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);
Note: See TracChangeset
for help on using the changeset viewer.