Ticket #21203: 21203.2.patch
File 21203.2.patch, 464 bytes (added by , 13 years ago) |
---|
-
wp-includes/post-template.php
319 319 return $classes; 320 320 321 321 $classes[] = 'post-' . $post->ID; 322 $classes[] = $post->post_type; 322 if ( ! is_admin() ) 323 $classes[] = $post->post_type; 323 324 $classes[] = 'type-' . $post->post_type; 324 325 $classes[] = 'status-' . $post->post_status; 325 326