Bulk_Theme_Upgrader_Skin::add_strings()


Description Description


Source Source

File: wp-admin/includes/class-bulk-theme-upgrader-skin.php

	public function add_strings() {
		parent::add_strings();
		/* translators: 1: name of theme being updated, 2: number of updating themes, 3: total number of themes being updated */
		$this->upgrader->strings['skin_before_update_header'] = __( 'Updating Theme %1$s (%2$d/%3$d)' );
	}


Top ↑

User Contributed Notes User Contributed Notes

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