mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Fix [9714], it breaks get_page()
git-svn-id: http://svn.automattic.com/wordpress/trunk@9731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
28af5e2493
commit
7cee4f5723
@ -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