Ticket #5590: l10n.php-r6563.diff

File l10n.php-r6563.diff, 647 bytes (added by rnt, 4 years ago)

minor fix

  • trunk/wp-includes/l10n.php

     
    5353 * the 'gettext' filter hook, along with the untranslated text as 
    5454 * the second parameter. 
    5555 * 
    56  * If the domain is not set, the the $text is just returned. 
     56 * If the domain is not set, the $text is just returned. 
    5757 * 
    5858 * @since 2.2.0 
    5959 * @uses $l10n Gets list of domain translated string (gettext_reader) objects 
     
    275275        load_textdomain($domain, $mofile); 
    276276} 
    277277 
    278 ?> 
    279  Sin fin-de-línea al final del archivo 
     278?>