Bulk_Plugin_Upgrader_Skin::add_strings()

In this article

Source

public function add_strings() {
	parent::add_strings();
	/* translators: 1: Plugin name, 2: Number of the plugin, 3: Total number of plugins being updated. */
	$this->upgrader->strings['skin_before_update_header'] = __( 'Updating Plugin %1$s (%2$d/%3$d)' );
}

User Contributed Notes

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