Uses
Uses | Description |
---|---|
wp-admin/includes/class-bulk-upgrader-skin.php: Bulk_Upgrader_Skin::add_strings() | |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
File: wp-admin/includes/class-bulk-theme-upgrader-skin.php
public function add_strings() { parent::add_strings(); /* translators: 1: Theme name, 2: Number of the theme, 3: Total number of themes being updated. */ $this->upgrader->strings['skin_before_update_header'] = __( 'Updating Theme %1$s (%2$d/%3$d)' ); }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/bulk_theme_upgrader_skin/add_strings