diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-31 09:50:02 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-31 09:50:02 +0000 |
| commit | f9d834aed9c0c6cba6faf7777e7952bf2cd8e4a5 (patch) | |
| tree | 239419a4308e9639822269ff5eb935262cbd46a3 /wp-inst/wp-includes/functions-post.php | |
| parent | ad74c2c392bcdd0b8f2eee0e4d9cd0c2309617e3 (diff) | |
| download | wordpress-mu-f9d834aed9c0c6cba6faf7777e7952bf2cd8e4a5.tar.gz wordpress-mu-f9d834aed9c0c6cba6faf7777e7952bf2cd8e4a5.tar.xz wordpress-mu-f9d834aed9c0c6cba6faf7777e7952bf2cd8e4a5.zip | |
WP Core Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@261 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/functions-post.php')
| -rw-r--r-- | wp-inst/wp-includes/functions-post.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-inst/wp-includes/functions-post.php b/wp-inst/wp-includes/functions-post.php index 87c9e1a..f79be3e 100644 --- a/wp-inst/wp-includes/functions-post.php +++ b/wp-inst/wp-includes/functions-post.php @@ -155,9 +155,9 @@ function wp_insert_post($postarr = array()) { if ($post_status == 'publish') { do_action('publish_post', $post_ID); if ($post_pingback) - pingback($post_content, $post_ID); - do_enclose( $post_content, $post_ID ); - do_trackbacks($post_ID); + register_shutdown_function('pingback', $content, $post_ID); + register_shutdown_function('do_enclose', $content, $post_ID ); + register_shutdown_function('do_trackbacks', $post_ID); } else if ($post_status == 'static') { generate_page_rewrite_rules(); |
