Changeset 11780
- Timestamp:
- 08/06/2009 07:27:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/l10n.php
r11680 r11780 254 254 $translations = &get_translations_for_domain( $domain ); 255 255 $translation = $translations->translate_plural( $single, $plural, $number, $context ); 256 return apply_filters( 'ngettext_with_context 256 return apply_filters( 'ngettext_with_context', $translation, $single, $plural, $number, $context, $domain ); 257 257 } 258 258
Note: See TracChangeset
for help on using the changeset viewer.