Ticket #11188: class-wp-upgrader.patch
File class-wp-upgrader.patch, 574 bytes (added by , 16 years ago) |
---|
-
wp-admin/includes/class-wp-upgrader.php
468 468 $i = 1; 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 474 474 if ( !isset( $current->response[ $plugin ] ) ) {