Changeset 12712 for trunk/wp-admin/edit-tags.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/edit-tags.php
r12683 r12712 301 301 <p><?php _e('The name is how the tag appears on your site.'); ?></p> 302 302 </div> 303 303 <?php if ( !is_multisite() ) { ?> 304 304 <div class="form-field"> 305 305 <label for="slug"><?php _e('Tag slug') ?></label> … … 307 307 <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> 308 308 </div> 309 309 <?php } ?> 310 310 <div class="form-field"> 311 311 <label for="description"><?php _e('Description') ?></label>
Note: See TracChangeset
for help on using the changeset viewer.