Make WordPress Core


Ignore:
Timestamp:
05/04/2008 09:13:42 PM (18 years ago)
Author:
westi
Message:

Make international slugs easier to edit. Fixes #6915 props options.

File:
1 edited

Legend:

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

    r7384 r7887  
    3232                <tr class="form-field">
    3333                        <th scope="row" valign="top"><label for="category_nicename"><?php _e('Category Slug') ?></label></th>
    34                         <td><input name="category_nicename" id="category_nicename" type="text" value="<?php echo attribute_escape($category->slug); ?>" size="40" /><br />
     34                        <td><input name="category_nicename" id="category_nicename" type="text" value="<?php echo attribute_escape(rawurldecode($category->slug)); ?>" size="40" /><br />
    3535            <?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>
    3636                </tr>
Note: See TracChangeset for help on using the changeset viewer.