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:
parent
01b53facab
commit
f43f503c7e
@ -79,6 +79,7 @@ function get_permalink($id=false) {
|
||||
if ($idpost->post_status == 'static') {
|
||||
$permalink .= $querystring_separator . "static=1";
|
||||
}
|
||||
return $permalink;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user