Ticket #15346: managingpostspages.patch
File managingpostspages.patch, 1.9 KB (added by , 14 years ago) |
---|
-
edit.php
149 149 '</ul>' . 150 150 '<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>' . 151 151 '<p><strong>' . __('For more information:') . '</strong></p>' . 152 '<p>' . __('<a href="http://codex.wordpress.org/Posts_ Edit_SubPanel" target="_blank">Edit Posts Documentation</a>') . '</p>' .152 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Posts_SubPanel" target="_blank">Documentation on Managing Posts</a>') . '</p>' . 153 153 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 154 154 ); 155 155 } elseif ( 'page' == $post_type ) { … … 158 158 '<p>' . __('Managing Pages is very similar to managing Posts, and the screens can be customized in the same way.') . '</p>' . 159 159 '<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>' . 160 160 '<p><strong>' . __('For more information:') . '</strong></p>' . 161 '<p>' . __('<a href="http://codex.wordpress.org/Pages_ Edit_SubPanel" target="_blank">Page Management Documentation</a>') . '</p>' .161 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Pages_SubPanel" target="_blank">Documentation on Managing Pages</a>') . '</p>' . 162 162 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 163 163 ); 164 164 }