Changeset 33641 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 08/19/2015 04:52:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r32974 r33641 216 216 217 217 $help .= '<ul>' . 218 '<li>' . __( '<strong>Name</strong> -The name is how it appears on your site.' ) . '</li>';218 '<li>' . __( '<strong>Name</strong> — The name is how it appears on your site.' ) . '</li>'; 219 219 220 220 if ( ! global_terms_enabled() ) 221 $help .= '<li>' . __( '<strong>Slug</strong> -The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.' ) . '</li>';221 $help .= '<li>' . __( '<strong>Slug</strong> — The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.' ) . '</li>'; 222 222 223 223 if ( 'category' == $taxonomy ) 224 $help .= '<li>' . __( '<strong>Parent</strong> -Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have child categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.' ) . '</li>';225 226 $help .= '<li>' . __( '<strong>Description</strong> -The description is not prominent by default; however, some themes may display it.' ) . '</li>' .224 $help .= '<li>' . __( '<strong>Parent</strong> — Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have child categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.' ) . '</li>'; 225 226 $help .= '<li>' . __( '<strong>Description</strong> — The description is not prominent by default; however, some themes may display it.' ) . '</li>' . 227 227 '</ul>' . 228 228 '<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>';
Note: See TracChangeset
for help on using the changeset viewer.