Add lost return to get_permalink().

git-svn-id: http://svn.automattic.com/wordpress/trunk@1532 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-08-13 15:00:45 +00:00
parent 4a0112f746
commit 044c12ae42
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;
}
}