| 1 installer.pages.inc | installer_browser_installation_theme_finish($form, &$form_state) | 
        
Submit callback for installer_browser_installation_theme_form().
Ends the installation wizard.
File
- core/
modules/ installer/ installer.pages.inc, line 616  - Page callbacks used by the Installer browse pages.
 
Code
function installer_browser_installation_theme_finish($form, &$form_state) {
  module_load_include('inc', 'installer', 'installer.browser');
  installer_browser_installation_reset('theme');
}