Changeset 17430
- Timestamp:
- 02/09/2011 05:14:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/post.php
r17403 r17430 487 487 function get_post_format( $post = null ) { 488 488 $post = get_post($post); 489 490 if ( ! post_type_supports( $post->post_type, 'post-formats' ) ) 491 return false; 489 492 490 493 $_format = get_the_terms( $post->ID, 'post_format' );
Note: See TracChangeset
for help on using the changeset viewer.