mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
68a18b02e9
- small fixes and code optimization;
9 lines
372 B
PHP
9 lines
372 B
PHP
<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>
|