Changeset 12105 for branches/3.0/src/bp-templates/bp-nouveau/buddypress/members/single/settings/profile.php
- Timestamp:
- 05/21/2018 01:01:35 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/buddypress/members/single/settings/profile.php
r12082 r12105 10 10 11 11 <h2 class="screen-heading profile-settings-screen"> 12 <?php _e( 'Profile Visibility Settings', 'buddypress' ); ?>12 <?php esc_html_e( 'Profile Visibility Settings', 'buddypress' ); ?> 13 13 </h2> 14 14 15 15 <p class="bp-help-text profile-visibility-info"> 16 <?php _e( 'Select who may see your profile details.', 'buddypress' ); ?>16 <?php esc_html_e( 'Select who may see your profile details.', 'buddypress' ); ?> 17 17 </p> 18 18 … … 32 32 <tr> 33 33 <th class="title field-group-name"><?php bp_the_profile_group_name(); ?></th> 34 <th class="title"><?php _e( 'Visibility', 'buddypress' ); ?></th>34 <th class="title"><?php esc_html_e( 'Visibility', 'buddypress' ); ?></th> 35 35 </tr> 36 36 </thead>
Note: See TracChangeset
for help on using the changeset viewer.