Skip to content

Commit c9dd90d

Browse files
committed
1 Fixed line breaks not showing properly
1 parent 21729ec commit c9dd90d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

widgets/Latest-Posts-Hover.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ protected function render()
14091409
$post->post_content = $dom->saveHTML();
14101410
}
14111411
}
1412-
1412+
$post->post_content=wpautop( $post->post_content);
14131413
if (wp_is_mobile()) {
14141414
$post_content = wp_trim_words($post->post_content, $wordMobile);
14151415
} else {

0 commit comments

Comments
 (0)