Changeset 2819:6226c7bde53f for admin
- Timestamp:
- 11/26/14 23:52:17 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blogs.php
r2720 r2819 148 148 149 149 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>'; 151 151 } else { 152 152 echo '<caption class="hidden">'.__('Blogs list').'</caption>';
Note: See TracChangeset
for help on using the changeset viewer.