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

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

Built from https://develop.svn.wordpress.org/trunk@55073


git-svn-id: http://core.svn.wordpress.org/trunk@54606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-01-15 15:24:12 +00:00
parent 0a16223d4c
commit ce00f7f664
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ class POP3 {
// Sends a user defined command string to the // Sends a user defined command string to the
// POP server and returns the results. Useful for // POP server and returns the results. Useful for
// non-compliant or custom POP servers. // non-compliant or custom POP servers.
// Do NOT includ the \r\n as part of your command // Do NOT include the \r\n as part of your command
// string - it will be appended automatically. // string - it will be appended automatically.
// The return value is a standard fgets() call, which // The return value is a standard fgets() call, which

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.2-alpha-55072'; $wp_version = '6.2-alpha-55073';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.