Changeset 8847
- Timestamp:
- 09/08/2008 06:56:13 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r8809 r8847 314 314 315 315 // sticky for Sticky Posts 316 if ( is_sticky($post->ID) )316 if ( is_sticky($post->ID) && is_home()) 317 317 $classes[] = 'sticky'; 318 318
Note: See TracChangeset
for help on using the changeset viewer.