- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r45926 r45932 44 44 if ( ! empty( $this->api ) ) { 45 45 $this->upgrader->strings['process_success'] = sprintf( 46 /* translators: 1: plugin name, 2: plugin version*/46 /* translators: 1: Plugin name, 2: Plugin version. */ 47 47 __( 'Successfully installed the plugin <strong>%1$s %2$s</strong>.' ), 48 48 $this->api->name,
Note: See TracChangeset
for help on using the changeset viewer.