mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
- notices texts changes;
- remove language notice; - fixed duplicated "redirect_to" field; - added compatibility with PHP7.2 (removed deprecated functions and ini variables);
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<p>
|
||||
<?php printf( __( 'Ultimate Member is available in your language: <strong>%1$s (%2$s)</strong>.', 'ultimate-member' ), UM()->available_languages[ $locale ], $locale ); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="<?php echo add_query_arg( 'um_adm_action', 'um_language_downloader' ); ?>" class="button">
|
||||
<?php _e( 'Download Translation', 'ultimate-member' ); ?>
|
||||
</a>
|
||||
</p>
|
||||
@@ -1,9 +0,0 @@
|
||||
<p>
|
||||
<?php printf( __( 'You are currently using Ultimate Member in your language: <strong>%1$s (%2$s)</strong>.', 'ultimate-member' ), UM()->available_languages[ $locale ], $locale ); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="<?php echo add_query_arg( 'um_adm_action', 'um_language_downloader' ); ?>" class="button">
|
||||
<?php _e( 'Force Update Translation', 'ultimate-member' ); ?>
|
||||
</a>
|
||||
</p>
|
||||
@@ -162,11 +162,11 @@ $free['terms-conditions'] = array(
|
||||
|
||||
<div class="wp-filter um-admin-notice um-filter">
|
||||
<div class="alignleft">
|
||||
<strong>Core Extensions Bundle</strong> – Check out our extensions bundle which includes all extensions at a significant discount.
|
||||
<?php _e( '<strong>All Access Pass</strong> – Get access to all Ultimate Member extensions at a significant discount with our All Access Pass.', 'ultimate-member' ) ?>
|
||||
</div>
|
||||
<div class="alignright">
|
||||
<a href="https://ultimatemember.com/core-extensions-bundle/" class="button button-primary" target="_blank">
|
||||
<?php _e( 'View our Extensions Bundle', 'ultimate-member' ) ?>
|
||||
<a href="https://ultimatemember.com/pricing/" class="button button-primary" target="_blank">
|
||||
<?php _e( 'View Pricing', 'ultimate-member' ) ?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user