Changes in trunk/wp-admin/edit.php [14989:15132]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r14989 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 ) { 181 181 add_contextual_help($current_screen, 182 '<p>' . __('Pages are similar to 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>' .183 '<p>' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way. 182 '<p>' . __('Pages are similar to 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>' . 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 }
Note: See TracChangeset
for help on using the changeset viewer.