- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-bulk-theme-upgrader-skin.php
r45926 r45932 21 21 public function add_strings() { 22 22 parent::add_strings(); 23 /* translators: 1: theme name, 2: number of the theme, 3: total number of themes being updated*/23 /* translators: 1: Theme name, 2: Number of the theme, 3: Total number of themes being updated. */ 24 24 $this->upgrader->strings['skin_before_update_header'] = __( 'Updating Theme %1$s (%2$d/%3$d)' ); 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.