Changeset 12712 for trunk/wp-admin/edit-link-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/edit-link-categories.php
r12546 r12712 201 201 <input name="name" id="name" type="text" value="" size="40" aria-required="true" /> 202 202 </div> 203 203 <?php if ( is_multisite() ) { ?> 204 204 <div class="form-field"> 205 205 <label for="slug"><?php _e('Link Category slug') ?></label> … … 207 207 <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> 208 208 </div> 209 209 <?php } ?> 210 210 <div class="form-field"> 211 211 <label for="description"><?php _e('Description (optional)') ?></label>
Note: See TracChangeset
for help on using the changeset viewer.