From e67e0bb9e20231b53407fb8230de7c3219bf2398 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Mon, 21 Sep 2009 21:41:43 -0700 Subject: [PATCH] classes.php Signed-off-by: Philip M. Hofer (Frumph) --- functions/classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/classes.php b/functions/classes.php index 48b136f..deb4586 100644 --- a/functions/classes.php +++ b/functions/classes.php @@ -54,7 +54,7 @@ function comicpress_body_class($classes = '') { } if ( is_sticky( $wp_query->post->ID ) ) { - $classes[] = 'single-sticky'; + $classes[] = 'sticky-post'; } // NOT hijacked from anything, doi! people should do this.