Changeset 18661 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 09/11/2011 05:52:46 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r18010 r18661 179 179 $help = '<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>'; 180 180 else 181 $help = '<p>' . __( 'You can assign keywords to your posts using PostTags. Unlike categories, tags have no hierarchy, meaning there’s no relationship from one tag to another.' ) . '</p>';181 $help = '<p>' . __( 'You can assign keywords to your posts using Tags. Unlike categories, tags have no hierarchy, meaning there’s no relationship from one tag to another.' ) . '</p>'; 182 182 183 183 if ( 'link_category' == $taxonomy ) … … 214 214 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>'; 215 215 else 216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_ Post_Tags_Screen" target="_blank">Documentation on PostTags</a>' ) . '</p>';216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>'; 217 217 218 218 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.