Changeset 16998
- Timestamp:
- 12/16/2010 01:09:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r16990 r16998 159 159 160 160 if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $taxonomy ) { 161 $help =''; 161 162 if ( 'category' == $taxonomy ) 162 163 $help .= '<p>' . sprintf(__( 'You can use categories to define sections of your site and group related posts. The default category is “Uncategorized” until you change it in your <a href="%s">writing settings</a>.' ) , 'options-writing.php' ) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.