Changeset 25005 for trunk/upgrade.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/upgrade.php

    r22570 r25005  
    235235$template->assign(array(
    236236  'RELEASE' => PHPWG_VERSION,
    237   'L_UPGRADE_HELP' => sprintf(l10n('Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'), PHPWG_URL.'/forum'),
     237  'L_UPGRADE_HELP' => l10n('Need help ? Ask your question on <a href="%s">Piwigo message board</a>.', PHPWG_URL.'/forum'),
    238238  )
    239239);
Note: See TracChangeset for help on using the changeset viewer.