From bfa3b629e0d67016ec83050c5db762479af40609 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 13 Aug 2008 15:13:05 +0000 Subject: Merge with WP revision 8635 git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1421 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/includes/post.php | 1 - 1 file changed, 1 deletion(-) (limited to 'wp-admin/includes/post.php') diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index a34aeab..49ede25 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -603,7 +603,6 @@ function get_sample_permalink($id, $title=null, $name = null) { $post->post_status = $original_status; $post->post_date = $original_date; $post->post_name = $original_name; - $post->post_title = $original_title; return $permalink; } -- cgit