Skip to content

Commit

Permalink
Add a command to generat pot file
Browse files Browse the repository at this point in the history
  • Loading branch information
imath committed Jul 27, 2023
1 parent 69e6748 commit 75c28dd
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/groups/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function bp_classic_groups_ajax_widget() {
<?php if ( 'newest-groups' === $filter ) : ?>
<span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_date_created( 0, array( 'relative' => false ) ) ); ?>">
<?php
/* translators: %s: date */
/* Translators: %s is the date the group was created on. */
printf( esc_html__( 'created %s', 'bp-classic' ), esc_html( bp_get_group_date_created() ) );
?>
</span>
Expand Down
Loading

0 comments on commit 75c28dd

Please sign in to comment.