Changeset 53957
- Timestamp:
- 08/30/2022 01:55:35 PM (2 years ago)
- Location:
- trunk/src/wp-includes/pomo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/mo.php
r51919 r53957 14 14 class MO extends Gettext_Translations { 15 15 16 /** 17 * Number of plural forms. 18 * 19 * @var int 20 */ 16 21 public $_nplurals = 2; 17 22 -
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.