Version 1.0.25

This commit is contained in:
ultimatemember
2015-01-26 16:58:31 +02:00
parent 33617b72c5
commit adebeee3d5
16 changed files with 561 additions and 333 deletions
+8
View File
@@ -78,6 +78,14 @@ $this->sections[] = array(
'off' => __('Disable'),
),
array(
'id' => 'use_gravatars',
'type' => 'switch',
'title' => __( 'Use Gravatars?' ),
'default' => 0,
'desc' => __('Do you want to use gravatars instead of the default plugin profile photo (If the user did not upload a custom profile photo / avatar)','ultimatemember'),
),
)
);