Make WordPress Core


Ignore:
Timestamp:
11/17/2008 08:22:40 PM (17 years ago)
Author:
azaozz
Message:

Fix edit link category form, props kpdesign, fixes #8259

File:
1 edited

Legend:

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

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