Add lost return to get_permalink().

git-svn-id: https://develop.svn.wordpress.org/trunk@1532 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-08-13 15:00:45 +00:00
parent 01b53facab
commit f43f503c7e
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ function get_permalink($id=false) {
if ($idpost->post_status == 'static') {
$permalink .= $querystring_separator . "static=1";
}
return $permalink;
}
}