Make WordPress Core

Changeset 55073


Ignore:
Timestamp:
01/15/2023 03:22:04 PM (5 months ago)
Author:
audrasjb
Message:

Docs: Typo correction in POP3 class send_cmd() inline docs.

Props nitman43, manojkpatil, kebbet.
Fixes #57449.
See #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-pop3.php

    r54775 r55073  
    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
Note: See TracChangeset for help on using the changeset viewer.