Make WordPress Core


Ignore:
Timestamp:
11/19/2009 10:16:16 PM (15 years ago)
Author:
westi
Message:

Some admin copy improvements fixes. #6362 props xenlab and ninjaWR.

File:
1 edited

Legend:

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

    r11768 r12228  
    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" />
    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>
    3837        </tr>
    3938        <tr class="form-field">
Note: See TracChangeset for help on using the changeset viewer.