From ba0677a6aba12fbfdb273ab21d89b67381d4587a Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 22 Jul 2008 15:49:44 +0000 Subject: [PATCH] Eliminate unused var. Props tschai. fixes #7374 git-svn-id: http://svn.automattic.com/wordpress/trunk@8397 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index a34aeab72..49ede25aa 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; }