Skip to content

Commit

Permalink
Make sure the Users > Profiles > Account settings tab exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
polevaultweb committed Feb 26, 2020
1 parent 9844787 commit 2e98433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/wpum-admin/class-wpum-options-panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ public function register_settings_subsections( $sections ) {
'emails' => [
'admin_notifications' => __( 'Administration Notifications', 'wp-user-manager' ),
],
'profiles' => [
'profiles' => [
'profiles_content' => __( 'Profiles Content', 'wp-user-manager' ),
'account' => __( 'Account', 'wp-user-manager' ),
],
'redirects' => [
'backend_redirects' => __( 'Backend Redirects', 'wp-user-manager' ),
Expand Down

0 comments on commit 2e98433

Please sign in to comment.