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/include/category_cats.inc.php

    r22879 r25005  
    353353          else
    354354          {
    355             $info = sprintf(
    356               l10n('from %s to %s'),
     355            $info = l10n(
     356              'from %s to %s',
    357357              format_date($from),
    358358              format_date($to)
Note: See TracChangeset for help on using the changeset viewer.