Ticket #39493: 39493.diff
File 39493.diff, 573 bytes (added by , 8 years ago) |
---|
-
wp-includes/post-template.php
617 617 $classes[] = 'single'; 618 618 if ( isset( $post->post_type ) ) { 619 619 $classes[] = 'single-' . sanitize_html_class( $post->post_type, $post_id ); 620 $classes[] = 'single-' . sanitize_html_class( $post->post_type, $post_id ) . '-' . sanitize_html_class( $post->post_name, $post_id ); 620 621 $classes[] = 'postid-' . $post_id; 621 622 622 623 // Post Format