Make WordPress Core

Changeset 19216


Ignore:
Timestamp:
11/08/2011 05:53:52 PM (13 years ago)
Author:
nacin
Message:

Remove unused variable. props kawauso, see #18364.

File:
1 edited

Legend:

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

    r19078 r19216  
    23872387
    23882388        if ( 'any' == $post_type ) {
    2389             $exclude_post_types = '';
    23902389            $in_search_post_types = get_post_types( array('exclude_from_search' => false) );
    23912390            if ( ! empty( $in_search_post_types ) )
Note: See TracChangeset for help on using the changeset viewer.