Changeset 15589 for trunk/wp-includes/post.php
- Timestamp:
- 09/07/2010 04:46:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r15582 r15589 1123 1123 $r['post__not_in'] = wp_parse_id_list( $r['exclude'] ); 1124 1124 1125 $r[' caller_get_posts'] = true;1125 $r['ignore_sticky_posts'] = true; 1126 1126 $r['no_found_rows'] = true; 1127 1127
Note: See TracChangeset
for help on using the changeset viewer.