Changeset 53691
- Timestamp:
- 07/10/2022 12:05:59 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r53543 r53691 483 483 * @param string $single The text to be used if the number is singular. 484 484 * @param string $plural The text to be used if the number is plural. 485 * @param string$number The number to compare against to use either the singular or plural form.485 * @param int $number The number to compare against to use either the singular or plural form. 486 486 * @param string $domain Text domain. Unique identifier for retrieving translated strings. 487 487 */ … … 498 498 * @param string $single The text to be used if the number is singular. 499 499 * @param string $plural The text to be used if the number is plural. 500 * @param string$number The number to compare against to use either the singular or plural form.500 * @param int $number The number to compare against to use either the singular or plural form. 501 501 * @param string $domain Text domain. Unique identifier for retrieving translated strings. 502 502 */ … … 542 542 * @param string $single The text to be used if the number is singular. 543 543 * @param string $plural The text to be used if the number is plural. 544 * @param string$number The number to compare against to use either the singular or plural form.544 * @param int $number The number to compare against to use either the singular or plural form. 545 545 * @param string $context Context information for the translators. 546 546 * @param string $domain Text domain. Unique identifier for retrieving translated strings. … … 558 558 * @param string $single The text to be used if the number is singular. 559 559 * @param string $plural The text to be used if the number is plural. 560 * @param string$number The number to compare against to use either the singular or plural form.560 * @param int $number The number to compare against to use either the singular or plural form. 561 561 * @param string $context Context information for the translators. 562 562 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
Note: See TracChangeset
for help on using the changeset viewer.