Plugin_Installer_Skin::before()


Source

File: wp-admin/includes/class-plugin-installer-skin.php

	public function before() {
		if ( !empty($this->api) )
			$this->upgrader->strings['process_success'] = sprintf( __('Successfully installed the plugin <strong>%s %s</strong>.'), $this->api->name, $this->api->version);
	}