Changeset 30036
- Timestamp:
- 10/27/2014 02:15:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r30030 r30036 438 438 // sticky for Sticky Posts 439 439 if ( is_sticky( $post->ID ) ) { 440 if ( is_home() && ! is_paged() ) {440 if ( is_home() && ! is_paged() && ! get_query_var( 'ignore_sticky_posts' ) ) { 441 441 $classes[] = 'sticky'; 442 442 } elseif ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.