Changeset 15088 for trunk/wp-includes/post-template.php
- Timestamp:
- 06/01/2010 03:03:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r14949 r15088 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.