Changeset 25005 for trunk/install.php


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

feature 2978: remove useless sprintf in the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r22570 r25005  
    440440    'EMAIL' => '<span class="adminEmail">'.$admin_mail.'</span>',
    441441    'F_NEWSLETTER_SUBSCRIBE' => $is_newsletter_subscribe,
    442     'L_INSTALL_HELP' => sprintf(l10n('Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'), PHPWG_URL.'/forum'),
     442    'L_INSTALL_HELP' => l10n('Need help ? Ask your question on <a href="%s">Piwigo message board</a>.', PHPWG_URL.'/forum'),
    443443    ));
    444444
Note: See TracChangeset for help on using the changeset viewer.