Make WordPress Core


Ignore:
Timestamp:
10/04/2012 06:21:47 PM (13 years ago)
Author:
ryan
Message:

Avoid 'Only variables should be assigned by reference' warning. Props wonderboymusic. see #21865

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r22060 r22114  
    36543654
    36553655    if ( $child_of || $hierarchical )
    3656         $pages = & get_page_children($child_of, $pages);
     3656        $pages = get_page_children($child_of, $pages);
    36573657
    36583658    if ( !empty($exclude_tree) ) {
Note: See TracChangeset for help on using the changeset viewer.