Make WordPress Core

Changeset 12925


Ignore:
Timestamp:
02/02/2010 03:18:27 AM (15 years ago)
Author:
markjaquith
Message:

Initialize $post_type_query_vars to avoid is_array() warning. see #12923

File:
1 edited

Legend:

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

    r12923 r12925  
    134134        $this->query_vars = array();
    135135        $taxonomy_query_vars = array();
     136        $post_type_query_vars = array();
    136137
    137138        if ( is_array($extra_query_vars) )
Note: See TracChangeset for help on using the changeset viewer.