Changeset 19511 for trunk/wp-admin/edit.php
- Timestamp:
- 12/01/2011 01:33:26 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.