Changeset 25312 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/10/2013 03:01:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r25292 r25312 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 );1063 1060 1064 1061 if ( empty($wp_post_types[$post_type]) )
Note: See TracChangeset
for help on using the changeset viewer.