Ticket #16392: template.php.patch
File template.php.patch, 344 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/template.php
function get_inline_data($post) { 277 277 if ( post_type_supports( $post->post_type, 'post-formats' ) ) 278 278 echo '<div class="post_format">' . esc_html( get_post_format( $post->ID ) ) . '</div>'; 279 279 280 do_action('get_inline_data', $post); 281 280 282 echo '</div>'; 281 283 } 282 284