function seo_setup_2_form_submit in Drupal SEO Essentials 7
1 string reference to 'seo_setup_2_form_submit'
File
- ./
seo.setup.inc, line 129 - Admin page callback for the seotools module.
Code
function seo_setup_2_form_submit($form, &$form_state) {
//drupal_set_message(t('API account information has been saved.'));
drupal_goto('admin/config/search/seo/setup/3');
}