Changeset 45730 for trunk/src/wp-includes/class-pop3.php
- Timestamp:
- 08/03/2019 08:20:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-pop3.php
r42201 r45730 377 377 while ( !preg_match('/^\.\r\n/',$line)) 378 378 { 379 if ( $line {0}== '.' ) { $line = substr($line,1); }379 if ( $line[0] == '.' ) { $line = substr($line,1); } 380 380 $MsgArray[$count] = $line; 381 381 $count++;
Note: See TracChangeset
for help on using the changeset viewer.