From dff2159b9a60ef198230c8ccf4cec127b5fc5a12 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 4 Aug 2005 09:40:17 +0000 Subject: Changes from Core WP. Added tinymce editor and other fixes git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@120 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/comment-functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wp-inst/wp-includes/comment-functions.php') 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; -- cgit