[wp-trac] [WordPress Trac] #12473: _wp_old_slug not updated when updating post_name via quick edit

WordPress Trac wp-trac at lists.automattic.com
Fri May 21 14:21:20 UTC 2010


#12473: _wp_old_slug not updated when updating post_name via quick edit
--------------------------+-------------------------------------------------
 Reporter:  mbarklund     |       Owner:             
     Type:  defect (bug)  |      Status:  new        
 Priority:  low           |   Milestone:  3.0        
Component:  Quick Edit    |     Version:  2.9.2      
 Severity:  major         |    Keywords:  needs-patch
--------------------------+-------------------------------------------------

Comment(by dd32):

 I do have a patch which does this locally.

 I'm currently using
 {{{
 $post_after = get_post($post_ID);
 do_action( 'post_updated', $post_ID, $post_after, $post_before);
 }}}

 Any opinions on hook name?

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


More information about the wp-trac mailing list