mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 13:43:38 +09:00
Update 1.2.92
This commit is contained in:
+1
-3
@@ -1482,8 +1482,6 @@ $tab_options[] = array(
|
||||
);
|
||||
|
||||
foreach( $tabs as $id => $tab ) {
|
||||
|
||||
if ( isset( $tab['_builtin'] ) ) continue;
|
||||
|
||||
$tab_options[] = array(
|
||||
'id' => 'profile_tab_' . $id,
|
||||
@@ -1504,7 +1502,7 @@ $tab_options[] = array(
|
||||
'title' => __( 'Profile menu default tab','ultimatemember' ),
|
||||
'desc' => __( 'This will be the default tab on user profile page','ultimatemember' ),
|
||||
'default' => 'main',
|
||||
'options' => $ultimatemember->profile->tabs_primary(),
|
||||
'options' => $ultimatemember->profile->tabs_enabled(),
|
||||
'required' => array( 'profile_menu', '=', 1 ),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user