[wp-trac] [WordPress Trac] #18523: Can't change page permalink if slug metabox is removed

WordPress Trac wp-trac at lists.automattic.com
Fri Aug 26 14:42:56 UTC 2011


#18523: Can't change page permalink if slug metabox is removed
--------------------------+-----------------------------
 Reporter:  dankod        |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.2.1
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 If the slug metabox is removed from the "Edit Page" page, it is not
 possible to change permalinks, using the edit permalink function at the
 top of the page.

 Slug and other metaboxes are removed by the karma theme, in its admin
 /theme-functions.php (but only if 'ka_hidemetabox' in the wp_options table
 is 'true'):

 {{{
 remove_meta_box('slugdiv','page','normal');
 }}}

 Technically, without the slug box, the "post_name" field containing the
 new slug is not sent with the form data when you click the "Update"
 button.

 I believe this is bug was introduced after version 3.1.3.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18523>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list