- add translators

This commit is contained in:
ashubawork
2023-07-13 11:36:29 +03:00
parent 82ae1dc614
commit 5b647ae5e9
23 changed files with 168 additions and 60 deletions
+6 -1
View File
@@ -25,6 +25,11 @@ $link = apply_filters( 'um_user_profile_comment_url', get_permalink( $comment->c
</a>
</div>
<div class="um-item-meta">
<span><?php printf( __( 'On <a href="%1$s">%2$s</a>','ultimate-member' ), $link, $comment_title ); ?></span>
<span>
<?php
// translators: %1$s is a link; %2$s is a title.
printf( __( 'On <a href="%1$s">%2$s</a>','ultimate-member' ), $link, $comment_title );
?>
</span>
</div>
</div>