__t()
__t(string $text, string $domain)
Translation function wrapper.
Parameters
string | $text | The gettext msgid. |
string | $domain | The gettext domain. |
NimrodInterface | Nimrod interface. |
NimrodLoggerInterface | NimrodLogger interface. |
NimrodParserInterface | NimrodParser interface. |
ExtDOMDocument | ExtDOMDocument class. |
ExtDOMElement | ExtDOMElement class. |
Nimrod | Nimrod class. |
NimrodLogger | NimrodLogger class. |
NimrodParser | NimrodParser class. |
NimrodPOUtil | NimrodPOUtil class. |
WP_Nimrod | WP_Nimrod class. |
pluralize(integer $count, string $singular_form, string $plural_form = NULL) : string
Generate a pluralized form according to the number of items involved in the text.
integer | $count | Number of items in text. |
string | $singular_form | Singular form for the text. |
string | $plural_form | Plural form for the text. |