Ticket #5373: 5373-post-php-2.3.1.diff
File 5373-post-php-2.3.1.diff, 405 bytes (added by , 17 years ago) |
---|
-
wp-includes/post.php
1139 1139 $exclude = ''; 1140 1140 $meta_key = ''; 1141 1141 $meta_value = ''; 1142 $hierarchical = false; 1142 1143 $incpages = preg_split('/[\s,]+/',$include); 1143 1144 if ( count($incpages) ) { 1144 1145 foreach ( $incpages as $incpage ) {