From c149beee65d00f2f2c4c82a0afb92379dc4ebea1 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 22 Sep 2005 09:48:56 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@355 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/functions-post.php | 1 - 1 file changed, 1 deletion(-) (limited to 'wp-inst/wp-includes/functions-post.php') diff --git a/wp-inst/wp-includes/functions-post.php b/wp-inst/wp-includes/functions-post.php index e5db6c7..47ba7ed 100644 --- a/wp-inst/wp-includes/functions-post.php +++ b/wp-inst/wp-includes/functions-post.php @@ -325,7 +325,6 @@ function wp_delete_post($postid = 0) { if ( 'static' == $post->post_status ) generate_page_rewrite_rules(); - return $post; } -- cgit