setup_config_display_footer()

Close body/html tags; end script execution.


Source

File: wp-admin/setup-config.php

function setup_config_display_footer() {
	echo "\n" . '</body>' . "\n";
	echo '</html>';
	die();
}