Eliminate unused var. Props tschai. fixes #7374

git-svn-id: https://develop.svn.wordpress.org/trunk@8397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-07-22 15:49:44 +00:00
parent f577a436c0
commit 13ff742a0c
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;
}