Revert "Theme compatibility fixes"

This reverts commit f9ec4c05d1.
This commit is contained in:
ultimatemember
2015-01-14 00:10:22 +02:00
parent 605d2d6213
commit 1db8b0f23c
17 changed files with 60 additions and 194 deletions
-13
View File
@@ -1202,19 +1202,6 @@ $this->sections[] = array(
'required' => array( 'profile_show_bio', '=', 1 ),
),
array(
'id' => 'profile_header_menu',
'type' => 'select',
'title' => __( 'Profile Header Menu Position' ),
'default' => um_get_metadefault('profile_header_menu'),
'desc' => __('For incompatible themes, please make the menu open from left instead of bottom by default.','ultimatemember'),
'select2' => array( 'allowClear' => 0, 'minimumResultsForSearch' => -1 ),
'options' => array(
'bc' => 'Bottom of Icon',
'lc' => 'Left of Icon',
),
),
)
);