Make WordPress Core

Ticket #5373: 5373-post-php-2.3.1.diff

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

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

  • wp-includes/post.php

     
    11391139                $exclude = '';
    11401140                $meta_key = '';
    11411141                $meta_value = '';
     1142                $hierarchical = false;
    11421143                $incpages = preg_split('/[\s,]+/',$include);
    11431144                if ( count($incpages) ) {
    11441145                        foreach ( $incpages as $incpage ) {