- added PHPDocs;

- small fixes and code optimization;
This commit is contained in:
nikitozzzzzzz
2018-03-19 16:31:49 +02:00
parent 70e33dcacf
commit 68a18b02e9
55 changed files with 8603 additions and 8097 deletions
@@ -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>