Changeset 8795 for branches/2.6/wp-includes/post.php
- Timestamp:
- 09/01/2008 05:01:47 PM (17 years ago)
- File:
-
- 1 edited
-
branches/2.6/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/post.php
r8676 r8795 466 466 'exclude' => '', 'meta_key' => '', 467 467 'meta_value' =>'', 'post_type' => 'post', 468 'post_parent' => 0 468 'post_parent' => 0, 'suppress_filters' => true 469 469 ); 470 470
Note: See TracChangeset
for help on using the changeset viewer.