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:
@@ -1899,8 +1899,8 @@ function &get_page(&$page, $output = OBJECT, $filter = 'raw') {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$page = get_post($page, $output, $filter);
|
$the_page = get_post($page, $output, $filter);
|
||||||
return $page;
|
return $the_page;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user