Changeset 15054 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 05/29/2010 04:16:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r14989 r15054 181 181 '<li>' . __('<strong>Name</strong> - The name is how it appears on your site.') . '</li>'; 182 182 if ( ! global_terms_enabled() ) 183 $help .= '<li>' . __('<strong>Slug</strong> - The 183 $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>'; 184 184 185 185 if ( 'category' == $taxonomy )
Note: See TracChangeset
for help on using the changeset viewer.