Update 1.2.92

This commit is contained in:
ultimatemember
2015-05-02 02:49:05 +03:00
parent 3c960b187c
commit 77cde02dd8
43 changed files with 1184 additions and 111 deletions
+1 -3
View File
@@ -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 ),
);