diff options
Diffstat (limited to 'wp-inst/wp-includes/comment-functions.php')
| -rw-r--r-- | wp-inst/wp-includes/comment-functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-inst/wp-includes/comment-functions.php b/wp-inst/wp-includes/comment-functions.php index e1b426e..ded195f 100644 --- a/wp-inst/wp-includes/comment-functions.php +++ b/wp-inst/wp-includes/comment-functions.php @@ -447,6 +447,7 @@ function pingback($content, $post_ID) { $post_links[] = $link_test; elseif(($test['path'] != '/') && ($test['path'] != '')) $post_links[] = $link_test; + do_action('pre_ping', &$post_links, &$pung); endif; endforeach; |
