Make WordPress Core

Changeset 12106


Ignore:
Timestamp:
10/25/2009 08:54:13 PM (14 years ago)
Author:
azaozz
Message:

Remove pointless var assignment in get_pages(), props filosofo, fixes #11027

File:
1 edited

Legend:

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

    r12062 r12106  
    24722472
    24732473    if ( !empty($exclude_tree) ) {
    2474         $exclude = array();
    2475 
    24762474        $exclude = (int) $exclude_tree;
    24772475        $children = get_page_children($exclude, $pages);
Note: See TracChangeset for help on using the changeset viewer.