Twenty Fourteen: remove unused class name, props obenland. See #25946.

Built from https://develop.svn.wordpress.org/trunk@26151


git-svn-id: http://core.svn.wordpress.org/trunk@26062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-11-14 04:46:10 +00:00
parent da044fd00f
commit 85dcc4aea8
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}