Skip to content

Commit

Permalink
fix(admin-tool): make import page as default impress-org#3015
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 authored and Sidsector9 committed Apr 16, 2018
1 parent a7a6734 commit 0ef56ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/admin-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function give_tools_page_pages( $settings ) {
* @return string
*/
function give_set_default_tab_form_tools_page( $default_tab ) {
return 'system-info';
return 'export';
}
add_filter( 'give_default_setting_tab_give-tools', 'give_set_default_tab_form_tools_page', 10, 1 );

Expand Down

0 comments on commit 0ef56ec

Please sign in to comment.