- Timestamp:
- 03/28/2020 01:49:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r12371 r12595 311 311 'show_all' => __( 'Show all', 'buddypress' ), 312 312 'show_all_comments' => __( 'Show all comments for this thread', 'buddypress' ), 313 314 /* translators: %s: number of activity comments */ 313 315 'show_x_comments' => __( 'Show all comments (%d)', 'buddypress' ), 314 316 'unsaved_changes' => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ), … … 1393 1395 1394 1396 if ( 'is_pending' == $user_status ) { 1397 /* translators: %s: user link */ 1395 1398 echo '<p class="description">' . sprintf( __( '%s has previously requested to join this group. Sending an invitation will automatically add the member to the group.', 'buddypress' ), $user->user_link ) . '</p>'; 1396 1399 }
Note: See TracChangeset
for help on using the changeset viewer.