Changeset 19111 for trunk/wp-admin/link-manager.php
- Timestamp:
- 11/02/2011 03:12:37 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r18911 r19111 45 45 '<p>' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '</p>' . 46 46 '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' . 47 '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' . 47 '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' 48 ); 49 50 get_current_screen()->add_help_sidebar( 48 51 '<p><strong>' . __('For more information:') . '</strong></p>' . 49 52 '<p>' . __('<a href="http://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.