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.