Version 1.0.36

This commit is contained in:
ultimatemember
2015-02-02 02:10:06 +02:00
parent 539ebf10d7
commit 7e1ee839d3
25 changed files with 5259 additions and 345 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
<?php if ( count($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('user_email'); ?>"><?php _e('load more comments','um-bbpress'); ?></a>
<a href="#" class="um-ajax-paginate um-button" data-hook="um_load_comments" data-args="comment,10,10,<?php echo um_user('user_email'); ?>"><?php _e('load more comments','ultimatemember'); ?></a>
</div>
<?php } ?>
@@ -20,6 +20,6 @@
<?php } else { ?>
<?php ( um_is_myprofile() ) ? _e('You have not made any comments.') : _e('This user has not made any comments.'); ?>
<?php ( um_is_myprofile() ) ? _e('You have not made any comments.','ultimatemember') : _e('This user has not made any comments.','ultimatemember'); ?>
<?php } ?>