Changeset 24094
- Timestamp:
- 04/25/2013 08:02:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-formats.php
r24082 r24094 993 993 994 994 $post_id = ( isset( $postarr['ID'] ) ) ? absint( $postarr['ID'] ) : 0; 995 $post_format = ''; 995 996 996 997 if ( $post_id )
Note: See TracChangeset
for help on using the changeset viewer.