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

    r22142 r25005  
    7979  1 => array('label' => l10n('today'),
    8080             'clause' => 'date > '.pwg_db_get_recent_period_expression(1)),
    81   2 => array('label' => sprintf(l10n('last %d days'), 7),
     81  2 => array('label' => l10n('last %d days', 7),
    8282             'clause' => 'date > '.pwg_db_get_recent_period_expression(7)),
    83   3 => array('label' => sprintf(l10n('last %d days'), 30),
     83  3 => array('label' => l10n('last %d days', 30),
    8484             'clause' => 'date > '.pwg_db_get_recent_period_expression(30)),
    8585  4 => array('label' => l10n('the beginning'),
Note: See TracChangeset for help on using the changeset viewer.