X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/98a4d31e52bd56c908617df281730bd4ba58d110..fd1685fbc29cf422e0d23f1bf1815bc023be805d:/wp-includes/comment.php diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 53e2233d..77b59d74 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -1324,6 +1324,9 @@ function do_all_pings() { if ( is_array($trackbacks) ) foreach ( $trackbacks as $trackback ) do_trackbacks($trackback); + + //Do Update Services/Generic Pings + generic_ping(); } /**