Bulk_Theme_Upgrader_Skin::add_strings()
最后更新于:2021-11-25 19:13:00
Bulk_Theme_Upgrader_Skin::add_strings()源文件
文件: gc-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)' );
}