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

WordPress Trac wp-trac at lists.automattic.com
Tue Dec 6 19:20:44 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:  Permalinks    |     Version:  3.0
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by nacin):

 This would require some JS modifications. Thinking something along these
 lines to get us started:
 {{{
 if ( ! real_slug.length ) {
         $('<input type="hidden" name="post_name" />').val( full
 ).appendTo( '#edit-slug-box' );
 }
 }}}

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


More information about the wp-trac mailing list