Changeset 6850 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 02/14/2008 03:33:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tag-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r6845 r6850 24 24 <input type="hidden" name="tag_ID" value="<?php echo $tag->term_id ?>" /> 25 25 <?php wp_nonce_field($nonce_action); ?> 26 <table class="niceblue" width="100%">26 <table class="niceblue"> 27 27 <tr class="form-field form-required"> 28 28 <th scope="row" valign="top"><label for="name"><?php _e('Tag name:') ?></label></th>
Note: See TracChangeset
for help on using the changeset viewer.