Ticket #24011: 24011.7.diff
| File 24011.7.diff, 402 bytes (added by , 13 years ago) |
|---|
-
wp-includes/post-formats.php
992 992 return $data; 993 993 994 994 $post_id = ( isset( $postarr['ID'] ) ) ? absint( $postarr['ID'] ) : 0; 995 $post_format = ''; 995 996 996 997 if ( $post_id ) 997 998 $post_format = get_post_format( $post_id );