Changes in trunk/wp-includes/post-template.php [14949:15116]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r14949 r15116 128 128 * post. The reason you should not use it as a link, is because of moving the 129 129 * blog across domains. 130 * 130 * 131 131 * Url is escaped to make it xml safe 132 132 * … … 319 319 320 320 // sticky for Sticky Posts 321 if ( is_sticky($post->ID) && is_home() )321 if ( is_sticky($post->ID) && is_home() && !is_paged() ) 322 322 $classes[] = 'sticky'; 323 323
Note: See TracChangeset
for help on using the changeset viewer.