Make WordPress Core

Ticket #5373: 5373-post-php-2.3.2-beta.diff

File 5373-post-php-2.3.2-beta.diff, 405 bytes (added by JDTrower, 17 years ago)

Takes the solution in Ryan's patch and applies it to 2.3.2beta.

  • wp-includes/post.php

     
    11431143                $exclude = '';
    11441144                $meta_key = '';
    11451145                $meta_value = '';
     1146                $hierarchical = false;
    11461147                $incpages = preg_split('/[\s,]+/',$include);
    11471148                if ( count($incpages) ) {
    11481149                        foreach ( $incpages as $incpage ) {