Dotclear

Changeset 2819:6226c7bde53f for admin


Ignore:
Timestamp:
11/26/14 23:52:17 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

sprintf argument missing, fixes #2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blogs.php

    r2720 r2819  
    148148 
    149149          if( $show_filters ) { 
    150                echo '<caption>'.sprintf(__('%d blog matches the filter.','%d blogs match the filter.', $nb_blog)).'</caption>'; 
     150               echo '<caption>'.sprintf(__('%d blog matches the filter.','%d blogs match the filter.',$nb_blog),$nb_blog).'</caption>'; 
    151151          } else { 
    152152               echo '<caption class="hidden">'.__('Blogs list').'</caption>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map