Eliminate unused var. Props tschai. fixes #7374

git-svn-id: http://svn.automattic.com/wordpress/trunk@8397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-07-22 15:49:44 +00:00
parent 2a4ed4c5a8
commit ba0677a6ab
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}