diff --git a/wp-includes/post-formats.php b/wp-includes/post-formats.php index c59c2861e5..0b159e2ca8 100644 --- a/wp-includes/post-formats.php +++ b/wp-includes/post-formats.php @@ -520,6 +520,8 @@ function get_content_chat( &$content, $remove = false ) { $author = $time = ''; if ( ! empty( $lines[$index + 1] ) && ! preg_match( $delimiter_regex, $lines[$index + 1] ) ) break; + else + continue; } $matches = array();