mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-09 03:30:06 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@2066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -655,8 +655,8 @@ class POP3 {
|
||||
$length = strlen($server_text);
|
||||
for($count =0; $count < $length; $count++)
|
||||
{
|
||||
$digit = substr($server_text,$count,1);
|
||||
if(!empty($digit)) {
|
||||
$digit = substr($server_text, $count, 1);
|
||||
if ( false !== $digit ) {
|
||||
if( (!$outside) && ($digit != '<') && ($digit != '>') )
|
||||
{
|
||||
$banner .= $digit;
|
||||
|
||||
Reference in New Issue
Block a user