Make WordPress Core


Ignore:
Timestamp:
05/04/2008 09:13:42 PM (17 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-link-category-form.php

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