Make WordPress Core


Ignore:
Timestamp:
02/23/2010 01:13:37 AM (15 years ago)
Author:
ryan
Message:

Revert [13187] pending further debate. see #12267

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r13187 r13318  
    23022302        if ( !$q['suppress_filters'] )
    23032303            $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);
    23082304
    23092305        if ( !empty($this->posts) && $this->is_comment_feed && $this->is_singular ) {
Note: See TracChangeset for help on using the changeset viewer.