Ticket #11609: 11609.example.2.diff
File 11609.example.2.diff, 421 bytes (added by , 15 years ago) |
---|
-
wp-includes/post-template.php
312 312 313 313 $classes[] = 'post-' . $post->ID; 314 314 $classes[] = $post->post_type; 315 $classes[] = 'post-type-' . $post->post_type; 315 316 316 317 // sticky for Sticky Posts 317 318 if ( is_sticky($post->ID) && is_home())