Changeset 22355
- Timestamp:
- 10/31/2012 11:56:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/translations.php
r22349 r22355 82 82 * Given the number of items, returns the 0-based index of the plural form to use 83 83 * 84 * Here, in the base Translations class, the common logic for English is impl mented:84 * Here, in the base Translations class, the common logic for English is implemented: 85 85 * 0 if there is one element, 1 otherwise 86 86 * … … 135 135 class Gettext_Translations extends Translations { 136 136 /** 137 * The gettext impl mentation of select_plural_form.137 * The gettext implementation of select_plural_form. 138 138 * 139 139 * It lives in this class, because there are more than one descendand, which will use it and
Note: See TracChangeset
for help on using the changeset viewer.