- Timestamp:
- 04/29/2024 06:50:42 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php
r13156 r13822 23 23 elseif ( bp_get_new_group_invite_friend_list() ) : ?> 24 24 25 <h2 class="bp-screen-reader-text"><?php _e( 'Send invites', 'buddypress' ); ?></h2>25 <h2 class="bp-screen-reader-text"><?php esc_html_e( 'Send invites', 'buddypress' ); ?></h2> 26 26 27 27 <?php /* 'send-invite-form' is important for AJAX support */ ?> … … 48 48 49 49 <div id="message" class="info"> 50 <p class="notice"><?php _e( 'Group invitations can only be extended to friends.', 'buddypress' ); ?></p>51 <p class="message-body"><?php _e( "Once you've made some friendships, you'll be able to invite those members to this group.", 'buddypress' ); ?></p>50 <p class="notice"><?php esc_html_e( 'Group invitations can only be extended to friends.', 'buddypress' ); ?></p> 51 <p class="message-body"><?php esc_html_e( "Once you've made some friendships, you'll be able to invite those members to this group.", 'buddypress' ); ?></p> 52 52 </div> 53 53 … … 57 57 58 58 <div id="message" class="info"> 59 <p class="notice"><?php _e( 'All of your friends already belong to this group.', 'buddypress' ); ?></p>59 <p class="notice"><?php esc_html_e( 'All of your friends already belong to this group.', 'buddypress' ); ?></p> 60 60 </div> 61 61
Note: See TracChangeset
for help on using the changeset viewer.