Non-translatable string?
-
I cannot figure out how to translate the word “in” shown in the forum widget before the forum title. I think it is on line 1001 of pg_forum_widgets.php. Is it possible?
<?php if ( ! empty( $settings['show_forum'] ) ) : ?> <div class = "pg-activity-forum"> <?php $forum = bbp_get_topic_forum_id($topic_id); $forum1 = bbp_get_forum_title($forum) ; $forum2 = esc_url( bbp_get_forum_permalink( $forum )) ; echo '<span class="pg-la-text">' ; _e ( 'in ', 'bbp-private-groups' ) ; echo '</span>' ; ?> <a class="bbp-forum-title" href="<?php echo $forum2; ?>"><?php echo $forum1 ; ?></a> </div> <?php endif; ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Non-translatable string?’ is closed to new replies.