Ticket #6362: 6362.4-tag.diff
| File 6362.4-tag.diff, 758 bytes (added by , 16 years ago) |
|---|
-
(a) edit-tag-form.php vs. (b) (clipboard)
a b 33 33 <table class="form-table"> 34 34 <tr class="form-field form-required"> 35 35 <th scope="row" valign="top"><label for="name"><?php _e('Tag name') ?></label></th> 36 <td><input name="name" id="name" type="text" value="<?php if ( isset( $tag->name ) ) echo esc_attr($tag->name); ?>" size="40" aria-required="true" /> 37 <p class="description"><?php _e('The name is how the tag appears on your site.'); ?></p></td> 36 <td><input name="name" id="name" type="text" value="<?php if ( isset( $tag->name ) ) echo esc_attr($tag->name); ?>" size="40" aria-required="true" /></td> 38 37 </tr> 39 38 <tr class="form-field"> 40 39 <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug') ?></label></th>