Summery Summery
Filters the singular or plural form of a string.
Syntax Syntax
Parameters Parameters
- $translation
- 
					Translated text. 
- $single
- 
					The text to be used if the number is singular. 
- $plural
- 
					The text to be used if the number is plural. 
- $number
- 
					The number to compare against to use either the singular or plural form. 
- $domain
- 
					Text domain. Unique identifier for retrieving translated strings. 
Source Source
File: wp-includes/l10n.php
Advertisement
Changelog Changelog
| Version | Description | 
|---|---|
| 2.2.0 | Introduced. | 
