show sticky class only when is_home. Props MtDewVirus. fixes #7712

git-svn-id: http://svn.automattic.com/wordpress/trunk@8847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-09-08 18:56:13 +00:00
parent dbe35378e6
commit a39f651a85

View File

@ -313,7 +313,7 @@ function get_post_class( $class = '', $post_id = null ) {
$classes[] = $post->post_type;
// sticky for Sticky Posts
if ( is_sticky($post->ID) )
if ( is_sticky($post->ID) && is_home())
$classes[] = 'sticky';
// hentry for hAtom compliace