adding the_post_thumbnail output to roots_remove_self_closing_tags

This commit is contained in:
Ben Word
2011-10-14 14:40:53 -06:00
parent ecfac416ab
commit 95b6501de4

View File

@@ -393,6 +393,7 @@ function roots_remove_self_closing_tags($input) {
add_filter('get_avatar', 'roots_remove_self_closing_tags');
add_filter('comment_id_fields', 'roots_remove_self_closing_tags');
add_filter('post_thumbnail_html', 'roots_remove_self_closing_tags');
// check to see if the tagline is set to default
// show an admin notice to update if it hasn't been changed
@@ -464,4 +465,4 @@ function roots_body_class() {
return;
}
?>
?>