From 0300f8869e35901d3b67c302b99540e659b141e8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 6 Dec 2023 11:52:35 +0000 Subject: [PATCH] Docs: Fix typo in `Gettext_Translations::parenthesize_plural_exression()` description. Follow-up to [10584], [12079], [41722], [57161]. Props tohincoderex. See #59347. git-svn-id: https://develop.svn.wordpress.org/trunk@57162 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/pomo/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/pomo/translations.php b/src/wp-includes/pomo/translations.php index 0793b296b7..1c1e2a8c7f 100644 --- a/src/wp-includes/pomo/translations.php +++ b/src/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