Make WordPress Core


Ignore:
Timestamp:
08/06/2009 07:27:52 PM (15 years ago)
Author:
westi
Message:

Correct the name of the filter in _nx(). Fixes #10540 props CalebKniffen.

File:
1 edited

Legend:

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

    r11680 r11780  
    254254    $translations = &get_translations_for_domain( $domain );
    255255    $translation = $translations->translate_plural( $single, $plural, $number, $context );
    256     return apply_filters( 'ngettext_with_context ', $translation, $single, $plural, $number, $context, $domain );
     256    return apply_filters( 'ngettext_with_context', $translation, $single, $plural, $number, $context, $domain );
    257257}
    258258
Note: See TracChangeset for help on using the changeset viewer.