Changeset 35111 for trunk/src/wp-includes/query.php
- Timestamp:
- 10/13/2015 02:35:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r35084 r35111 4855 4855 } 4856 4856 } 4857 $_p = array();4858 foreach ( $posts as $post ) {4859 $_p[] = $post->ID;4860 }4861 4857 4862 4858 if ( ! empty( $posts ) ) {
Note: See TracChangeset
for help on using the changeset viewer.