Make WordPress Core


Ignore:
Timestamp:
09/10/2013 03:01:10 AM (11 years ago)
Author:
wonderboymusic
Message:

Move checks for post_type being an array inline. See [25291], [25292], #18614.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r25292 r25312  
    10581058function get_post_type_object( $post_type ) {
    10591059    global $wp_post_types;
    1060 
    1061     if ( is_array( $post_type ) )
    1062         $post_type = reset( $post_type );
    10631060
    10641061    if ( empty($wp_post_types[$post_type]) )
Note: See TracChangeset for help on using the changeset viewer.