Changeset 53957 for trunk/src/wp-includes/pomo/translations.php
- Timestamp:
- 08/30/2022 01:55:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/translations.php
r53331 r53957 182 182 183 183 class Gettext_Translations extends Translations { 184 185 /** 186 * Number of plural forms. 187 * 188 * @var int 189 */ 190 public $_nplurals; 191 192 /** 193 * Callback to retrieve the plural form. 194 * 195 * @var callable 196 */ 197 public $_gettext_select_plural_form; 198 184 199 /** 185 200 * The gettext implementation of select_plural_form.
Note: See TracChangeset
for help on using the changeset viewer.