Plugin_Installer_Skin::before()


Description Description


Source Source

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

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.