Changes in trunk/wp-includes/post-template.php [15116:14949]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r15116 r14949 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() && !is_paged())321 if ( is_sticky($post->ID) && is_home()) 322 322 $classes[] = 'sticky'; 323 323
Note: See TracChangeset
for help on using the changeset viewer.