mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user