Changeset 14989 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 05/27/2010 11:52:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r14965 r14989 54 54 add_contextual_help($current_screen, '<p>' . __('You can create groups of links by using link categories. Link category names must be unique and link categories are separate from the categories you use for posts.') . '</p>' . 55 55 '<p>' . __('You can delete link categories, but that action does not delete the links within the category. Instead, it moves them to the default link category.') . '</p>' . 56 '<p> ' . __('<strong>For more information:</strong>') . '</p>' .57 '<p>' . sprintf(__('<a href="%1$s">Link Categories Documentation</a>'), 'http://codex.wordpress.org/Links_Link_Categories_SubPanel') . '</p>' .58 '<p>' . sprintf(__('<a href="%1$s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>'56 '<p><strong>' . __('For more information:') . '</strong></p>' . 57 '<p>' . __('<a href="http://codex.wordpress.org/Links_Link_Categories_SubPanel">Link Categories Documentation</a>') . '</p>' . 58 '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 59 59 ); 60 60
Note: See TracChangeset
for help on using the changeset viewer.