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:
parent
2a4ed4c5a8
commit
ba0677a6ab
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue