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:
parent
f577a436c0
commit
13ff742a0c
@ -603,7 +603,6 @@ function get_sample_permalink($id, $title=null, $name = null) {
|
|||||||
$post->post_status = $original_status;
|
$post->post_status = $original_status;
|
||||||
$post->post_date = $original_date;
|
$post->post_date = $original_date;
|
||||||
$post->post_name = $original_name;
|
$post->post_name = $original_name;
|
||||||
$post->post_title = $original_title;
|
|
||||||
return $permalink;
|
return $permalink;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user