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:
parent
da044fd00f
commit
85dcc4aea8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue