- fixed some typos and added escapers for SoundCloud Track field value;

This commit is contained in:
Nikita Sinelnikov
2021-09-20 21:13:37 +03:00
parent 055946c18c
commit 0b6ac8088a
2 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -1003,10 +1003,10 @@ if ( ! class_exists( 'um\core\Builtin' ) ) {
),
'soundcloud' => array(
'title' => __('SoundCloud','ultimate-member'),
'title' => __( 'SoundCloud', 'ultimate-member' ),
'metakey' => 'soundcloud',
'type' => 'url',
'label' => __('SoundCloud','ultimate-member'),
'label' => __( 'SoundCloud', 'ultimate-member' ),
'required' => 0,
'public' => 1,
'editable' => 1,
@@ -1400,7 +1400,7 @@ if ( ! class_exists( 'um\core\Builtin' ) ) {
$array['numeric'] = __('Numeric value only','ultimate-member');
$array['phone_number'] = __('Phone Number','ultimate-member');
$array['skype'] = __('Skype ID','ultimate-member');
$array['soundcloud'] = __('SoundCloud Profile','ultimate-member');
$array['soundcloud'] = __( 'SoundCloud Profile', 'ultimate-member' );
$array['twitter_url'] = __('Twitter URL','ultimate-member');
$array['is_email'] = __('E-mail( Not Unique )','ultimate-member');
$array['unique_email'] = __('Unique E-mail','ultimate-member');