mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Page permalink fixes from josephscott. fixes #5781
git-svn-id: https://develop.svn.wordpress.org/trunk@6737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user