Pass by value instead of reference. http://mosquito.wordpress.org/view.php?id=1171 Props: mdawaffe

git-svn-id: http://svn.automattic.com/wordpress/trunk@2482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-03-29 01:04:16 +00:00
parent dbeb92f23b
commit e6ace4940a
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) )