Ticket #18035: 18035.patch
| File 18035.patch, 607 bytes (added by jakub.tyrcha, 23 months ago) |
|---|
-
wp-includes/post-template.php
341 341 // post requires password 342 342 if ( post_password_required($post->ID) ) 343 343 $classes[] = 'post-password-required'; 344 344 345 345 // sticky for Sticky Posts 346 if ( is_sticky($post->ID) && is_home() && !is_paged() )346 if ( is_sticky($post->ID) && is_home() && !is_paged() && !get_query_var('ignore_sticky_posts') ) 347 347 $classes[] = 'sticky'; 348 348 349 349 // hentry for hAtom compliance
