Changeset 19511
- Timestamp:
- 12/01/2011 01:33:26 AM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r19445 r19511 113 113 114 114 get_current_screen()->add_help_tab( array( 115 'id' => ' managing-comments',116 'title' => __(' Managing Comments'),115 'id' => 'overview', 116 'title' => __('Overview'), 117 117 'content' => 118 118 '<p>' . __( 'You can manage comments made on your site similar to the way you manage posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.' ) . '</p>' 119 119 ) ); 120 120 get_current_screen()->add_help_tab( array( 121 'id' => ' comments-table',122 'title' => __(' Comments Table'),121 'id' => 'moderating-comments', 122 'title' => __('Moderating Comments'), 123 123 'content' => 124 124 '<ul>' . -
trunk/wp-admin/edit.php
r19445 r19511 150 150 151 151 if ( 'post' == $post_type ) { 152 153 get_current_screen()->add_help_tab( array( 154 'id' => 'layout', 155 'title' => __('Layout'), 152 get_current_screen()->add_help_tab( array( 153 'id' => 'overview', 154 'title' => __('Overview'), 156 155 'content' => 157 '<p>' . __('You can customize the display of this screen in a number of ways:') . '</p>' . 156 '<p>' . __('This screen provides access to all of your posts. You can customize the display of this screen to suit your workflow.') . '</p>' 157 ) ); 158 get_current_screen()->add_help_tab( array( 159 'id' => 'screen-content', 160 'title' => __('Screen Content'), 161 'content' => 162 '<p>' . __('You can customize the display of this screen’s contents in a number of ways:') . '</p>' . 158 163 '<ul>' . 159 164 '<li>' . __('You can hide/display columns based on your needs and decide how many posts to list per screen using the Screen Options tab.') . '</li>' . … … 165 170 get_current_screen()->add_help_tab( array( 166 171 'id' => 'action-links', 167 'title' => __('A ction Links'),172 'title' => __('Available Actions'), 168 173 'content' => 169 174 '<p>' . __('Hovering over a row in the posts list will display action links that allow you to manage your post. You can perform the following actions:') . '</p>' . … … 176 181 ) ); 177 182 get_current_screen()->add_help_tab( array( 178 'id' => ' edit-multiple-posts',179 'title' => __(' Edit Multiple Posts'),183 'id' => 'bulk-actions', 184 'title' => __('Bulk Actions'), 180 185 'content' => 181 '<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>' 186 '<p>' . __('You can also edit or move multiple posts to the trash at once. Select the posts you want to act on using the checkboxes, then select the action you want to take from the Bulk Actions menu and click Apply.') . '</p>' . 187 '<p>' . __('When using Bulk Edit, you can 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>' 182 188 ) ); 183 189 -
trunk/wp-admin/media-upload.php
r19445 r19511 62 62 $parent_file = 'upload.php'; 63 63 get_current_screen()->add_help_tab( array( 64 'id' => ' adding-media',65 'title' => __(' Adding Media'),64 'id' => 'overview', 65 'title' => __('Overview'), 66 66 'content' => 67 '<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>' 68 ) ); 69 get_current_screen()->add_help_tab( array( 70 'id' => 'editing-new-media', 71 'title' => __('Editing New Media'), 72 'content' => 73 '<p>' . __('There are three options for uploading files:') . 67 '<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. There are three options for uploading files:') . '</p>' . 74 68 '<ul>' . 75 69 '<li>' . __('<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.') . '</li>' . -
trunk/wp-admin/update-core.php
r19445 r19511 428 428 'title' => __('Overview'), 429 429 'content' => 430 '<p>' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification. It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '</p>' . 430 '<p>' . __('This screen lets you update to the latest version of WordPress as well as update your themes and plugins from the WordPress.org repository. When updates are available, the number of available updates will appear in a bubble on the left hand menu as a notification.') . '</p>' . 431 '<p>' . __('It is very important to keep your WordPress installation up to date for security reasons, so when you see a number appear, make sure you take the time to update, which is an easy process.') . '</p>' 432 ) ); 433 434 get_current_screen()->add_help_tab( array( 435 'id' => 'how-to-update', 436 'title' => __('How to Update'), 437 'content' => 431 438 '<p>' . __('Updating your WordPress installation is a simple one-click procedure; just click on the Update button when it says a new version is available.') . '</p>' . 432 439 '<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>' 433 440 ) ); 441 434 442 435 443 get_current_screen()->set_help_sidebar( -
trunk/wp-admin/upload.php
r19445 r19511 155 155 get_current_screen()->add_help_tab( array( 156 156 'id' => 'actions-links', 157 'title' => __('A ction Links'),157 'title' => __('Available Actions'), 158 158 'content' => 159 159 '<p>' . __( 'Hovering over a row reveals action links: Edit, Delete Permanently, and View. Clicking Edit or on the media file’s name displays a simple screen to edit that individual file’s metadata. Clicking Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached). View will take you to the display page for that file.' ) . '</p>' 160 160 ) ); 161 161 get_current_screen()->add_help_tab( array( 162 'id' => 'attach -media-files',163 'title' => __('Attach MediaFiles'),162 'id' => 'attaching-files', 163 'title' => __('Attaching Files'), 164 164 'content' => 165 165 '<p>' . __( 'If a media file has not been attached to any post, you will see that in the Attached To column, and can click on Attach File to launch a small popup that will allow you to search for a post and attach the file.' ) . '</p>'
Note: See TracChangeset
for help on using the changeset viewer.