Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tag-form.php

    r12228 r11768  
    3434        <tr class="form-field form-required">
    3535            <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" /></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" />
     37            <p class="description"><?php _e('The name is how the tag appears on your site.'); ?></p></td>
    3738        </tr>
    3839        <tr class="form-field">
Note: See TracChangeset for help on using the changeset viewer.