Changeset 12726 for trunk/wp-admin/includes/template.php
- Timestamp:
- 01/15/2010 12:21:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r12715 r12726 230 230 <span class="input-text-wrap"><input type="text" name="name" class="ptitle" value="" /></span> 231 231 </label> 232 232 <?php if ( !is_multisite() ) { ?> 233 233 <label> 234 234 <span class="title"><?php _e( 'Slug' ); ?></span> 235 235 <span class="input-text-wrap"><input type="text" name="slug" class="ptitle" value="" /></span> 236 236 </label> 237 <?php } ?> 237 238 238 239 <?php if ( 'category' == $type ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.