Make WordPress Core

Changeset 30913


Ignore:
Timestamp:
12/16/2014 05:34:57 PM (11 years ago)
Author:
markjaquith
Message:

Revert [30036].

Merges [30912] to the 4.1 branch.

see #18035

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/src/wp-includes/post-template.php

    r30695 r30913  
    437437    // sticky for Sticky Posts
    438438    if ( is_sticky( $post->ID ) ) {
    439         if ( is_home() && ! is_paged() && ! get_query_var( 'ignore_sticky_posts' ) ) {
     439        if ( is_home() && ! is_paged() ) {
    440440            $classes[] = 'sticky';
    441441        } elseif ( is_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.