Changeset 23396
- Timestamp:
- 02/08/2013 06:34:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r23392 r23396 654 654 <td <?php echo $attributes ?>><?php 655 655 if ( get_post_format( $post->ID ) ) 656 echo get_post_format_string( get_post_format( $post->ID) );656 ) ); 657 657 else 658 echo get_post_format_string( 'standard' );658 echo ; 659 659 ?></td> 660 660 <?php
Note: See TracChangeset
for help on using the changeset viewer.