Make WordPress Core

Changeset 6492


Ignore:
Timestamp:
12/24/2007 09:24:26 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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) ) {
Note: See TracChangeset for help on using the changeset viewer.