mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- Skype field code review;
This commit is contained in:
@@ -972,7 +972,7 @@ if ( ! class_exists( 'um\core\Builtin' ) ) {
|
||||
'skype' => array(
|
||||
'title' => __('Skype ID','ultimate-member'),
|
||||
'metakey' => 'skype',
|
||||
'type' => 'url',
|
||||
'type' => 'text',
|
||||
'label' => __('Skype ID','ultimate-member'),
|
||||
'required' => 0,
|
||||
'public' => 1,
|
||||
@@ -981,7 +981,7 @@ if ( ! class_exists( 'um\core\Builtin' ) ) {
|
||||
'url_rel' => 'nofollow',
|
||||
'icon' => 'um-faicon-skype',
|
||||
'validate' => 'skype',
|
||||
'url_text' => 'Skype',
|
||||
'url_text' => __( 'Join chat', 'ultimate-member' ),
|
||||
),
|
||||
|
||||
'viber' => array(
|
||||
@@ -1008,7 +1008,7 @@ if ( ! class_exists( 'um\core\Builtin' ) ) {
|
||||
'editable' => 1,
|
||||
'url_target' => '_blank',
|
||||
'url_rel' => 'nofollow',
|
||||
'icon' => 'um-icon-ios-telephone-outline',
|
||||
'icon' => 'um-icon-social-whatsapp',
|
||||
'validate' => 'phone_number',
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user