mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 15:13:55 +09:00
- added PHPDocs;
- small fixes and code optimization;
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<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>
|
||||
<?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>
|
||||
<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>
|
||||
Reference in New Issue
Block a user