Make WordPress Core

Changeset 22355


Ignore:
Timestamp:
10/31/2012 11:56:23 PM (12 years ago)
Author:
nbachiyski
Message:

Fix typos in comments. Props SergeyBiryukov, see #22337

File:
1 edited

Legend:

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

    r22349 r22355  
    8282     * Given the number of items, returns the 0-based index of the plural form to use
    8383     *
    84      * Here, in the base Translations class, the common logic for English is implmented:
     84     * Here, in the base Translations class, the common logic for English is implemented:
    8585     *  0 if there is one element, 1 otherwise
    8686     *
     
    135135class Gettext_Translations extends Translations {
    136136    /**
    137      * The gettext implmentation of select_plural_form.
     137     * The gettext implementation of select_plural_form.
    138138     *
    139139     * 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.