Changeset 19119 for trunk/wp-admin/edit.php
- Timestamp:
- 11/02/2011 08:14:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r19111 r19119 168 168 ); 169 169 170 get_current_screen()-> add_help_sidebar(170 get_current_screen()->set_help_sidebar( 171 171 '<p><strong>' . __('For more information:') . '</strong></p>' . 172 172 '<p>' . __('<a href="http://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' . … … 180 180 ); 181 181 182 get_current_screen()-> add_help_sidebar(182 get_current_screen()->set_help_sidebar( 183 183 '<p><strong>' . __('For more information:') . '</strong></p>' . 184 184 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.