Make WordPress Core

Changeset 57162

Timestamp:
12/06/2023 11:52:35 AM (8 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in Gettext_Translations::parenthesize_plural_exression() description.

Follow-up to [10584], [12079], [41722], [57161].

Props tohincoderex.
See #59347.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pomo/translations.php

    r57161 r57162  
    248248        /**
    249249         * Adds parentheses to the inner parts of ternary operators in
    250          * plural expressions, because PHP evaluates ternary oerators from left to right
     250         * plural expressions, because PHP evaluates ternary oerators from left to right
    251251         *
    252252         * @deprecated 6.5.0 Use the Plural_Forms class instead.
Note: See TracChangeset for help on using the changeset viewer.