[wp-trac] [WordPress Trac] #9064: URLs with commas are not pinged

WordPress Trac wp-trac at lists.automattic.com
Sat Feb 7 11:07:20 GMT 2009


#9064: URLs with commas are not pinged
--------------------------+-------------------------------------------------
 Reporter:  sirzooro      |       Owner:  anonymous
     Type:  defect (bug)  |      Status:  new      
 Priority:  high          |   Milestone:  2.7.1    
Component:  General       |     Version:  2.7      
 Severity:  major         |    Keywords:           
--------------------------+-------------------------------------------------
 I use following permalink format on my blog:[[BR]]
 /%category%/%postname%,%post_id%[[BR]]
 Unfortunately Wordpress doesn't ping them correctly - URLs extracted from
 post content don't have suffix with comma and post id.[[BR]]
 [[BR]]
 Fix: in file wp-includes/comment.php change line 1400 from:[[BR]]
 $punc = '.:?\-';
 [[BR]]
 to:[[BR]]
 $punc = '.:?\-,';

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


More information about the wp-trac mailing list