Changeset 17748 for trunk/wp-admin/edit.php
- Timestamp:
- 04/28/2011 03:24:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r17362 r17748 1 1 <?php 2 2 /** 3 * Edit Posts Administration Panel.3 * Edit Posts Administration Screen. 4 4 * 5 5 * @package WordPress … … 171 171 '<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>' . 172 172 '<p><strong>' . __('For more information:') . '</strong></p>' . 173 '<p>' . __('<a href="http://codex.wordpress.org/Posts_ Posts_SubPanel" target="_blank">Documentation on Managing Posts</a>') . '</p>' .173 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' . 174 174 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 175 175 ); … … 180 180 '<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>' . 181 181 '<p><strong>' . __('For more information:') . '</strong></p>' . 182 '<p>' . __('<a href="http://codex.wordpress.org/Pages_ Pages_SubPanel" target="_blank">Documentation on Managing Pages</a>') . '</p>' .182 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' . 183 183 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 184 184 );
Note: See TracChangeset
for help on using the changeset viewer.