diff --git a/src/wp-includes/class-pop3.php b/src/wp-includes/class-pop3.php
index 767b743912..2fa60110e2 100644
a
|
b
|
class POP3 { |
443 | 443 | // Sends a user defined command string to the |
444 | 444 | // POP server and returns the results. Useful for |
445 | 445 | // non-compliant or custom POP servers. |
446 | | // Do NOT includ the \r\n as part of your command |
| 446 | // Do NOT include the \r\n as part of your command |
447 | 447 | // string - it will be appended automatically. |
448 | 448 | |
449 | 449 | // The return value is a standard fgets() call, which |