Fx text domain slug for wp.org translation compatibility

This commit is contained in:
Champ Camba
2017-06-06 22:37:55 +08:00
parent dfdf9901be
commit 18dd37fe70
100 changed files with 1792 additions and 1792 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
<?php if ( count($ultimatemember->shortcodes->loop) >= 10 ) { ?>
<div class="um-load-items">
<a href="#" class="um-ajax-paginate um-button" data-hook="um_load_comments" data-args="comment,10,10,<?php echo um_user('ID'); ?>"><?php _e('load more comments','ultimatemember'); ?></a>
<a href="#" class="um-ajax-paginate um-button" data-hook="um_load_comments" data-args="comment,10,10,<?php echo um_user('ID'); ?>"><?php _e('load more comments','ultimate-member'); ?></a>
</div>
<?php } ?>
@@ -20,6 +20,6 @@
<?php } else { ?>
<div class="um-profile-note"><span><?php echo ( um_profile_id() == get_current_user_id() ) ? __('You have not made any comments.','ultimatemember') : __('This user has not made any comments.','ultimatemember'); ?></span></div>
<div class="um-profile-note"><span><?php echo ( um_profile_id() == get_current_user_id() ) ? __('You have not made any comments.','ultimate-member') : __('This user has not made any comments.','ultimate-member'); ?></span></div>
<?php } ?>