From ebb9657bf7eb7830554a282258d28ff2d04f320d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 6 Dec 2023 11:54:17 +0000 Subject: [PATCH] Docs: Fix typo in `Gettext_Translations::parenthesize_plural_exression()` description. Follow-up to [10584], [12079], [41722], [57161]. Props tohincoderex. See #59347. Built from https://develop.svn.wordpress.org/trunk@57162 git-svn-id: http://core.svn.wordpress.org/trunk@56673 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pomo/translations.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/pomo/translations.php b/wp-includes/pomo/translations.php index 0793b296b7..1c1e2a8c7f 100644 --- a/wp-includes/pomo/translations.php +++ b/wp-includes/pomo/translations.php @@ -247,7 +247,7 @@ if ( ! class_exists( 'Translations', false ) ) : /** * Adds parentheses to the inner parts of ternary operators in - * plural expressions, because PHP evaluates ternary oerators from left to right + * plural expressions, because PHP evaluates ternary operators from left to right * * @deprecated 6.5.0 Use the Plural_Forms class instead. * @see Plural_Forms diff --git a/wp-includes/version.php b/wp-includes/version.php index 67b8c45a96..19aeb58075 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57161'; +$wp_version = '6.5-alpha-57162'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.