From ce00f7f6649ff41ee45f8a2e20851ae4c56311a5 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sun, 15 Jan 2023 15:24:12 +0000 Subject: [PATCH] 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 --- wp-includes/class-pop3.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-pop3.php b/wp-includes/class-pop3.php index 767b743912..2fa60110e2 100644 --- a/wp-includes/class-pop3.php +++ b/wp-includes/class-pop3.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index f304f059c5..96e6c6bebc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.