Changeset 25005 for trunk/password.php


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/password.php

    r20609 r25005  
    8585    array_push(
    8686      $page['errors'],
    87       sprintf(
    88         l10n('User "%s" has no email address, password reset is not possible'),
     87      l10n(
     88        'User "%s" has no email address, password reset is not possible',
    8989        $userdata['username']
    9090        )
     
    109109 
    110110  $message = l10n('Someone requested that the password be reset for the following user account:') . "\r\n\r\n";
    111   $message.= sprintf(
    112     l10n('Username "%s" on gallery %s'),
     111  $message.= l10n(
     112    'Username "%s" on gallery %s',
    113113    $userdata['username'],
    114114    get_gallery_home_url()
Note: See TracChangeset for help on using the changeset viewer.