Make WordPress Core

Ticket #57449: 57449.patch

File 57449.patch, 1.3 KB (added by manojkpatil, 21 months ago)

Added patch

  • src/wp-includes/class-pop3.php

    diff --git a/src/wp-includes/class-pop3.php b/src/wp-includes/class-pop3.php
    index 767b743912..2fa60110e2 100644
    a b class POP3 { 
    443443        //  Sends a user defined command string to the
    444444        //  POP server and returns the results. Useful for
    445445        //  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
    447447        //  string - it will be appended automatically.
    448448
    449449        //  The return value is a standard fgets() call, which