Changeset 13318 for trunk/wp-includes/query.php
- Timestamp:
- 02/23/2010 01:13:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r13187 r13318 2302 2302 if ( !$q['suppress_filters'] ) 2303 2303 $this->posts = apply_filters('posts_results', $this->posts); 2304 2305 // Turn each row into a classed object, e.g. wp_post, wp_comment.2306 if ( is_array($this->posts) )2307 $this->posts = array_map(array('wp_row', 'get'), $this->posts);2308 2304 2309 2305 if ( !empty($this->posts) && $this->is_comment_feed && $this->is_singular ) {
Note: See TracChangeset
for help on using the changeset viewer.