[wp-trac] [WordPress Trac] #8879: editing post title doesn't update post_name

WordPress Trac wp-trac at lists.automattic.com
Sun Jan 18 10:23:59 GMT 2009


#8879: editing post title doesn't update post_name
--------------------------+-------------------------------------------------
 Reporter:  sniemetz      |       Owner:  anonymous
     Type:  defect (bug)  |      Status:  new      
 Priority:  normal        |   Milestone:  2.8      
Component:  General       |     Version:           
 Severity:  normal        |    Keywords:           
--------------------------+-------------------------------------------------
 wp-includes/post.php
 line 1370

         $post_name = sanitize_title($post_name);

 needs to be

         $post_name = sanitize_title($post_title);

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


More information about the wp-trac mailing list