Ignore:
Timestamp:
Oct 19, 2013, 1:04:11 PM (10 years ago)
Author:
mistic100
Message:

feature 2978: remove useless sprintf in the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r19703 r25005  
    174174      (
    175175        $page['infos'],
    176         sprintf(
    177           l10n('User %s [%s] added.'),
     176        l10n(
     177          'User %s [%s] added.',
    178178          stripslashes($nbm_user['username']),
    179179          get_email_address_as_display_text($nbm_user['mail_address'])
Note: See TracChangeset for help on using the changeset viewer.