Ticket #41842: 41842.diff
| File 41842.diff, 434 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/comment.php
2560 2560 2561 2561 $post = get_post( $post_id ); 2562 2562 if ( ! $post ) { 2563 return ;2563 return false; 2564 2564 } 2565 2565 2566 2566 $pung = get_pung( $post ); … … 2637 2637 add_ping( $post, $pagelinkedto ); 2638 2638 } 2639 2639 } 2640 2641 return true; 2640 2642 } 2641 2643 2642 2644 /**