Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/l10n.php

    r15138 r15590  
    271271 *
    272272 * @since 2.5
    273  * @param $single Single form to be i18ned
    274  * @param $plural Plural form to be i18ned
     273 * @param string $single Single form to be i18ned
     274 * @param string $plural Plural form to be i18ned
    275275 * @return array array($single, $plural)
    276276 */
Note: See TracChangeset for help on using the changeset viewer.