We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf7af commit aee1aeaCopy full SHA for aee1aea
core/mail_api.php
@@ -1610,7 +1610,7 @@ private function identify_replies( $p_description )
1610
$t_email_separator1 = mb_substr( $this->_email_separator1, 0, -1 );
1611
1612
$t_first_occurence = mb_strpos( $t_description, $t_email_separator1 );
1613
- if ( $t_first_occurence !== FALSE && mb_substr_count( $t_description, $t_email_separator1, $t_first_occurence ) >= 5 )
+ if ( $t_first_occurence !== FALSE && mb_substr_count( $t_description, $t_email_separator1 ) >= 5 )
1614
{
1615
$t_description = mb_substr( $t_description, 0, $t_first_occurence );
1616
}
0 commit comments