Changeset 25292 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/06/2013 11:38:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25271 r25292 1058 1058 function get_post_type_object( $post_type ) { 1059 1059 global $wp_post_types; 1060 1061 if ( is_array( $post_type ) ) 1062 $post_type = reset( $post_type ); 1060 1063 1061 1064 if ( empty($wp_post_types[$post_type]) )
Note: See TracChangeset
for help on using the changeset viewer.