Changeset 6492

Show
Ignore:
Timestamp:
12/24/07 21:24:26 (8 months ago)
Author:
ryan
Message:

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

Files:

Legend:

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

    r6322 r6492  
    11441144        $meta_key = ''; 
    11451145        $meta_value = ''; 
     1146        $hierarchical = false; 
    11461147        $incpages = preg_split('/[\s,]+/',$include); 
    11471148        if ( count($incpages) ) {