Changeset 12227
- Timestamp:
- 11/19/2009 10:04:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r12186 r12227 469 469 foreach ( $plugins as $plugin ) { 470 470 471 $this->show_before = sprintf( '<h4>' . __('Updating plugin % d of %d...') . '</h4>', $i, $all );471 $this->show_before = sprintf( '<h4>' . __('Updating plugin %1$d of %2$d...') . '</h4>', $i, $all ); 472 472 $i++; 473 473
Note: See TracChangeset
for help on using the changeset viewer.