Changeset 12712 for trunk/wp-admin/categories.php
- Timestamp:
- 01/12/2010 09:11:52 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin
-
Property
svn:ignore
set to
.categories.php.swp
-
Property
svn:ignore
set to
-
trunk/wp-admin/categories.php
r12694 r12712 298 298 <p><?php _e('The name is used to identify the category almost everywhere, for example under the post or in the category widget.'); ?></p> 299 299 </div> 300 300 <?php if ( is_multisite() ) { ?> 301 301 <div class="form-field"> 302 302 <label for="category_nicename"><?php _e('Category Slug') ?></label> … … 304 304 <p><?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p> 305 305 </div> 306 306 <?php } ?> 307 307 <div class="form-field"> 308 308 <label for="category_parent"><?php _e('Category Parent') ?></label>
Note: See TracChangeset
for help on using the changeset viewer.