Changeset 30913
- Timestamp:
- 12/16/2014 05:34:57 PM (11 years ago)
- File:
-
- 1 edited
-
branches/4.1/src/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-includes/post-template.php
r30695 r30913 437 437 // sticky for Sticky Posts 438 438 if ( is_sticky( $post->ID ) ) { 439 if ( is_home() && ! is_paged() && ! get_query_var( 'ignore_sticky_posts' )) {439 if ( is_home() && ! is_paged() ) { 440 440 $classes[] = 'sticky'; 441 441 } elseif ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.