[wpmu-trac] Re: [WordPress MU Trac] #476: category slug cannot be changed, even if category name has been renamed

WordPress MU Trac wpmu-trac at lists.automattic.com
Thu Oct 25 07:06:26 GMT 2007


#476: category slug cannot be changed, even if category name has been renamed
-------------------------+--------------------------------------------------
 Reporter:  options      |        Owner:  somebody
     Type:  enhancement  |       Status:  new     
 Priority:  normal       |    Milestone:          
Component:  component1   |      Version:          
 Severity:  trivial      |   Resolution:          
 Keywords:  has-patch    |  
-------------------------+--------------------------------------------------
Changes (by momo360modena):

  * priority:  high => normal
  * type:  defect => enhancement

Comment:

 Agree with you for add edit slug, but WPmu must use the same method as
 WP.org.

 See
 http://trac.wordpress.org/browser/branches/2.3/wp-admin/edit-category-
 form.php

 {{{
 <tr>
    <th scope="row" valign="top"><label for="category_nicename"><?php
 _e('Category slug:') ?></label></th>
    <td><input name="category_nicename" id="category_nicename" type="text"
 value="<?php echo attribute_escape($category->slug); ?>" size="40" /></td>
 </tr>
 }}}

 For urldecode(), propose a patch in WP trac no ?

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/476#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list