Page permalink fixes from josephscott. fixes #5781

git-svn-id: http://svn.automattic.com/wordpress/trunk@6737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-06 18:11:49 +00:00
parent 8fecb97b09
commit ab0ea44dc7
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ function _get_page_link( $id = false ) {
if ( !$id )
$id = (int) $post->ID;
else
$post = &get_post($id);
$pagestruct = $wp_rewrite->get_page_permastruct();