diff --git a/admin/core/um-admin-actions-ajax.php b/admin/core/um-admin-actions-ajax.php index 34d7eb65..9cf4bb02 100644 --- a/admin/core/um-admin-actions-ajax.php +++ b/admin/core/um-admin-actions-ajax.php @@ -8,7 +8,7 @@ function ultimatemember_do_ajax_action(){ global $ultimatemember; - if ( !is_user_logged_in() || !current_user_can('manage_options') ) die( __('Please login as administrator','ultimatemember') ); + if ( !is_user_logged_in() || !current_user_can('manage_options') ) die( __('Please login as administrator','ultimate-member') ); extract($_POST); @@ -60,7 +60,7 @@ $arr_options = array(); if( ! current_user_can('manage_options') ){ - wp_die( __( 'This is not possible for security reasons.','ultimatemember') ); + wp_die( __( 'This is not possible for security reasons.','ultimate-member') ); } $um_callback_func = $_POST['um_option_callback']; diff --git a/admin/core/um-admin-actions-fields.php b/admin/core/um-admin-actions-fields.php index 17c9b04a..c701f716 100644 --- a/admin/core/um-admin-actions-fields.php +++ b/admin/core/um-admin-actions-fields.php @@ -8,7 +8,7 @@ function ultimatemember_admin_update_field(){ global $ultimatemember; - if ( !is_user_logged_in() || !current_user_can('manage_options') ) die( __('Please login as administrator','ultimatemember') ); + if ( !is_user_logged_in() || !current_user_can('manage_options') ) die( __('Please login as administrator','ultimate-member') ); $output['error'] = null; diff --git a/admin/core/um-admin-actions-modal.php b/admin/core/um-admin-actions-modal.php index 7a188e6e..01746004 100644 --- a/admin/core/um-admin-actions-modal.php +++ b/admin/core/um-admin-actions-modal.php @@ -27,7 +27,7 @@
'. __('This field type is not setup correcty.', 'ultimatemember') . '
'. __('This field type is not setup correcty.', 'ultimate-member') . '
Who can see content/posts in this category.
' . __('This is applicable only if you restrict the content to logged-in users.','ultimatemember') . '
' . __('This is applicable only if you restrict the content to logged-in users.','ultimate-member') . '
' . __('Users who cannot see content will get redirected to that URL.','ultimatemember') . '
' . __('Users who cannot see content will get redirected to that URL.','ultimate-member') . '
ui_on_off( '_um_wpml_user', 0 ); ?>
ui_on_off( '_um_wpml_account', 0 ); ?> @@ -304,7 +304,7 @@ $n = array( 'post_type' => 'um_form', - 'post_title' => sprintf(__('Duplicate of %s','ultimatemember'), get_the_title($post_id) ), + 'post_title' => sprintf(__('Duplicate of %s','ultimate-member'), get_the_title($post_id) ), 'post_status' => 'publish', 'post_author' => um_user('ID'), ); diff --git a/admin/core/um-admin-builder.php b/admin/core/um-admin-builder.php index b6be5a89..9f03b905 100644 --- a/admin/core/um-admin-builder.php +++ b/admin/core/um-admin-builder.php @@ -94,8 +94,8 @@ class UM_Admin_Builder {
-
- um_user_public_key; ?> - um_user_secret_key; ?> - get_token( $user->ID ); ?> + um_user_public_key; ?> + um_user_secret_key; ?> + get_token( $user->ID ); ?>
' . $emo .'' . sprintf(__('Your profile is looking a little empty. Why not add some information!','ultimatemember'), um_edit_profile_url() ) . '
' . $emo .'' . sprintf(__('Your profile is looking a little empty. Why not add some information!','ultimate-member'), um_edit_profile_url() ) . '
'. $emo . '' . __('This user has not added any information to their profile yet.','ultimatemember') . '
'. $emo . '' . __('This user has not added any information to their profile yet.','ultimate-member') . '
$k$v
'; - echo __( 'Allow Ultimate Member to track plugin usage? Opt-in to tracking and our newsletter and we will immediately e-mail you a 20% discount which you can use to purchase our core extensions bundle. No sensitive data is tracked.', 'ultimatemember' ); + echo __( 'Allow Ultimate Member to track plugin usage? Opt-in to tracking and our newsletter and we will immediately e-mail you a 20% discount which you can use to purchase our core extensions bundle. No sensitive data is tracked.', 'ultimate-member'); echo '
' . __( 'Allow tracking', 'ultimatemember' ) . ''; - echo ' ' . __( 'Do not allow tracking', 'ultimatemember' ) . '
' . __( 'Allow tracking', 'ultimate-member') . ''; + echo ' ' . __( 'Do not allow tracking', 'ultimate-member') . '
' . __('We have sent you a password reset link to your e-mail. Please check your inbox.','ultimatemember') . '
' . __('We have sent you a password reset link to your e-mail. Please check your inbox.','ultimate-member') . '