Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-template.php

    r14949 r15116  
    128128 * post. The reason you should not use it as a link, is because of moving the
    129129 * blog across domains.
    130  * 
     130 *
    131131 * Url is escaped to make it xml safe
    132132 *
     
    319319
    320320    // sticky for Sticky Posts
    321     if ( is_sticky($post->ID) && is_home())
     321    if ( is_sticky($post->ID) && is_home() && !is_paged() )
    322322        $classes[] = 'sticky';
    323323
Note: See TracChangeset for help on using the changeset viewer.