[wp-trac] [WordPress Trac] #6698: Editing a published post causes excessive pings / closing comments on old posts causes trackbacks

WordPress Trac wp-trac at lists.automattic.com
Mon Jul 20 05:55:40 UTC 2009


#6698: Editing a published post causes excessive pings / closing comments on old
posts causes trackbacks
--------------------------+-------------------------------------------------
 Reporter:  lapcat        |        Owner:  Denis-de-Bernardy
     Type:  defect (bug)  |       Status:  reopened         
 Priority:  high          |    Milestone:  2.8.3            
Component:  Comments      |      Version:  2.8.1            
 Severity:  major         |   Resolution:                   
 Keywords:                |  
--------------------------+-------------------------------------------------

Comment(by Denis-de-Bernardy):

 Patch isn't good. Use this to throttle:

 {{{
 set_transient('last_ping', '1', time() + 3600);
 }}}

 It'll return false as soon as the transient expires.

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


More information about the wp-trac mailing list