Changeset 6491

Show
Ignore:
Timestamp:
12/24/07 21:24:03 (1 year ago)
Author:
ryan
Message:

Don't do hierarchical if includes specified. Props Kafkaesqui. fixes #5373 for 2.4

Files:

Legend:

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

    r6490 r6491  
    16121612        $meta_key = ''; 
    16131613        $meta_value = ''; 
     1614        $hierarchical = false; 
    16141615        $incpages = preg_split('/[\s,]+/',$include); 
    16151616        if ( count($incpages) ) {