Make WordPress Core


Ignore:
Timestamp:
04/22/2009 07:29:01 AM (17 years ago)
Author:
azaozz
Message:

Change text in link categories forms, fixes #9612

File:
1 edited

Legend:

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

    r10137 r11047  
    6363    <table class="form-table">
    6464        <tr class="form-field form-required">
    65             <th scope="row" valign="top"><label for="name"><?php _e('Category name') ?></label></th>
     65            <th scope="row" valign="top"><label for="name"><?php _e('Link Category name') ?></label></th>
    6666            <td><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" aria-required="true" /></td>
    6767        </tr>
    6868        <tr class="form-field">
    69             <th scope="row" valign="top"><label for="slug"><?php _e('Category slug') ?></label></th>
     69            <th scope="row" valign="top"><label for="slug"><?php _e('Link Category slug') ?></label></th>
    7070            <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape(apply_filters('editable_slug', $category->slug)); ?>" size="40" /><br />
    7171            <?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.'); ?></td>
Note: See TracChangeset for help on using the changeset viewer.