Changeset 10130
- Timestamp:
- 12/08/2008 09:00:25 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r10129 r10130 128 128 129 129 $defaults = array( 130 'numberposts' => -1, 'post_type' => ' ',131 'post_status' => ' ', 'post_parent' => 0130 'numberposts' => -1, 'post_type' => 'any', 131 'post_status' => 'any', 'post_parent' => 0, 132 132 ); 133 133
Note: See TracChangeset
for help on using the changeset viewer.