- Timestamp:
- 08/30/2018 01:35:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r42871 r43598 43 43 public function before() { 44 44 if ( ! empty( $this->api ) ) { 45 /* translators: 1: name of API, 2: version of API */ 45 46 $this->upgrader->strings['process_success'] = sprintf( __( 'Successfully installed the plugin <strong>%1$s %2$s</strong>.' ), $this->api->name, $this->api->version ); 46 47 }
Note: See TracChangeset
for help on using the changeset viewer.