mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fix [9714], it breaks get_page()
git-svn-id: https://develop.svn.wordpress.org/trunk@9731 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
91a862b1a2
commit
8a364ef5ef
@ -1899,8 +1899,8 @@ function &get_page(&$page, $output = OBJECT, $filter = 'raw') {
|
||||
}
|
||||
}
|
||||
|
||||
$page = get_post($page, $output, $filter);
|
||||
return $page;
|
||||
$the_page = get_post($page, $output, $filter);
|
||||
return $the_page;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user