Make WordPress Core


Ignore:
Timestamp:
03/11/2008 07:23:07 AM (18 years ago)
Author:
matt
Message:

Visual and English tweaks throughout.

File:
1 edited

Legend:

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

    r7000 r7230  
    2727        <tr class="form-field form-required">
    2828            <th scope="row" valign="top"><label for="name"><?php _e('Tag name') ?></label></th>
    29             <td><input name="name" id="name" type="text" value="<?php echo attribute_escape($tag->name); ?>" size="40" /></td>
     29            <td><input name="name" id="name" type="text" value="<?php echo attribute_escape($tag->name); ?>" size="40" />
     30            <p><?php _e('The name is how the tag appears on your site.'); ?></p></td>
    3031        </tr>
    3132        <tr class="form-field">
    3233            <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug') ?></label></th>
    33             <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape($tag->slug); ?>" size="40" /></td>
     34            <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape($tag->slug); ?>" size="40" />
     35            <p><?php _e('The &#8220;slug&#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p></td>
    3436        </tr>
    3537    </table>
Note: See TracChangeset for help on using the changeset viewer.