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