mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Pass by value instead of reference. http://mosquito.wordpress.org/view.php?id=1171 Props: mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@2482 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
82d89d8d7c
commit
5f3362fbf5
@ -250,7 +250,7 @@ function the_meta() {
|
|||||||
// Pages
|
// Pages
|
||||||
//
|
//
|
||||||
|
|
||||||
function &get_page_children($page_id, &$pages) {
|
function &get_page_children($page_id, $pages) {
|
||||||
global $page_cache;
|
global $page_cache;
|
||||||
|
|
||||||
if ( empty($pages) )
|
if ( empty($pages) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user