Changeset 19528 for trunk/wp-admin/link-manager.php
- Timestamp:
- 12/01/2011 04:51:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r19445 r19528 44 44 'id' => 'overview', 45 45 'title' => __('Overview'), 46 'content' => 46 'content' => 47 47 '<p>' . sprintf(__('You can add links here to be displayed on your site, usually using <a href="%s">Widgets</a>. By default, links to several sites in the WordPress community are included as examples.'), 'widgets.php') . '</p>' . 48 48 '<p>' . __('Links may be separated into Link Categories; these are different than the categories used on your posts.') . '</p>' . … … 52 52 'id' => 'deleting-links', 53 53 'title' => __('Deleting Links'), 54 'content' => 54 'content' => 55 55 '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' 56 56 ) );
Note: See TracChangeset
for help on using the changeset viewer.