From 1b8246a7ee635cfc8e9ccb3bead3249e738509dc Mon Sep 17 00:00:00 2001 From: Giuseppe Capizzi Date: Sat, 25 Feb 2012 16:22:30 +0100 Subject: [PATCH] Update inc/tweaks.php --- inc/tweaks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/tweaks.php b/inc/tweaks.php index 1900ef39..03e8de91 100644 --- a/inc/tweaks.php +++ b/inc/tweaks.php @@ -25,7 +25,7 @@ add_filter( 'wp_page_menu_args', '_s_page_menu_args' ); * @since _s 1.0 */ function _s_body_classes( $classes ) { - // Adds a class of single-author to blogs with only 1 published author + // Adds a class of group-blog to blogs with more than 1 published author if ( is_multi_author() ) { $classes[] = 'group-blog'; }