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:
Ryan Boren 2005-03-29 01:04:16 +00:00
parent 82d89d8d7c
commit 5f3362fbf5
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ function the_meta() {
// Pages
//
function &get_page_children($page_id, &$pages) {
function &get_page_children($page_id, $pages) {
global $page_cache;
if ( empty($pages) )