Update 1.0.85

This commit is contained in:
ultimatemember
2015-03-14 23:39:33 +02:00
parent 506593f409
commit 5815557192
27 changed files with 238 additions and 77 deletions
+10
View File
@@ -1378,6 +1378,16 @@ $this->sections[] = array(
'off' => __('Off','ultimatemember'),
),
array(
'id' => 'profile_show_social_links',
'type' => 'switch',
'title' => __( 'Show social links in profile header','ultimatemember' ),
'default' => um_get_metadefault('profile_show_social_links'),
'desc' => __('Switch on/off the social links on profile header','ultimatemember'),
'on' => __('On','ultimatemember'),
'off' => __('Off','ultimatemember'),
),
array(
'id' => 'profile_show_bio',
'type' => 'switch',