Changeset 19119 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 11/02/2011 08:14:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r19110 r19119 204 204 ) ); 205 205 206 get_current_screen()-> add_help_sidebar(206 get_current_screen()->set_help_sidebar( 207 207 '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' . 208 208 '<p><strong>' . __('For more information:') . '</strong></p>' . … … 230 230 ) ); 231 231 232 get_current_screen()-> add_help_sidebar(232 get_current_screen()->set_help_sidebar( 233 233 '<p><strong>' . __('For more information:') . '</strong></p>' . 234 234 '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.