Ticket #39828: 39828.diff
File 39828.diff, 474 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/post.php
5932 5932 add_post_meta( $post_id, '_pingme', '1' ); 5933 5933 add_post_meta( $post_id, '_encloseme', '1' ); 5934 5934 5935 wp_schedule_single_event(time(), 'do_pings'); 5935 if ( false === wp_next_scheduled( 'do_pings' ) ) { 5936 wp_schedule_single_event( time(), 'do_pings' ); 5937 } 5936 5938 } 5937 5939 5938 5940 /**