Changes in trunk/wp-admin/edit-tag-form.php [11768:12228]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r11768 r12228 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">
Note: See TracChangeset
for help on using the changeset viewer.