Ticket #21393: 21393.3.patch
File 21393.3.patch, 1.0 KB (added by , 13 years ago) |
---|
-
wp-admin/edit-tags.php
220 220 if ( 'category' == $taxonomy ) 221 221 $help .= '<li>' . __( '<strong>Parent</strong> - Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.' ) . '</li>'; 222 222 223 $help .= '<li>' . __( '<strong>Description</strong> - The description is not prominent by default ; however,some themes may display it.' ) . '</li>' .223 $help .= '<li>' . __( '<strong>Description</strong> - The description is not prominent by default, however some themes may display it.' ) . '</li>' . 224 224 '</ul>' . 225 225 '<p>' . __( 'You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table.' ) . '</p>'; 226 226