Twenty Fourteen: remove unused class name, props obenland. See #25946.
git-svn-id: https://develop.svn.wordpress.org/trunk@26151 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad44560149
commit
21ed02204d
@ -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
Block a user