Changeset 7000 for trunk/wp-admin/edit-category-form.php
- Timestamp:
- 02/24/2008 04:33:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-category-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-category-form.php
r6950 r7000 24 24 <input type="hidden" name="cat_ID" value="<?php echo $category->term_id ?>" /> 25 25 <?php wp_nonce_field($nonce_action); ?> 26 <table class=" niceblue">26 <table class="form-table"> 27 27 <tr class="form-field form-required"> 28 28 <th scope="row" valign="top"><label for="cat_name"><?php _e('Category Name') ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.