diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index 5b8c6c4026..d485918d80 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -425,8 +425,6 @@ add_filter( 'body_class', 'twentyfourteen_body_classes' ); function twentyfourteen_post_classes( $classes ) { if ( ! post_password_required() && has_post_thumbnail() ) $classes[] = 'has-post-thumbnail'; - else - $classes[] = 'no-post-thumbnail'; return $classes; }