Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-upgrader.php

    r12186 r12227  
    469469        foreach ( $plugins as $plugin ) {
    470470
    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 );
    472472            $i++;
    473473
Note: See TracChangeset for help on using the changeset viewer.