Fix failing Travis build because of extra whitespace

This commit is contained in:
David A. Kennedy 2015-11-11 17:51:13 -05:00
parent 6f6de25568
commit 22b035ad55
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function _s_body_classes( $classes ) {
if ( is_multi_author() ) {
$classes[] = 'group-blog';
}
// Adds a class of hfeed to non-singular pages.
if ( ! is_singular() ) {
$classes[] = 'hfeed';