Bulk_Theme_Upgrader_Skin::after( string $title = '' )


Parameters

$title string Optional

Default: ''


Top ↑

Source

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

public function after( $title = '' ) {
	parent::after( $this->theme_info->display( 'Name' ) );
	$this->decrement_update_count( 'theme' );
}


Top ↑

User Contributed Notes

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