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:
parent
0a16223d4c
commit
ce00f7f664
|
@ -443,7 +443,7 @@ class POP3 {
|
|||
// Sends a user defined command string to the
|
||||
// POP server and returns the results. Useful for
|
||||
// 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.
|
||||
|
||||
// The return value is a standard fgets() call, which
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue