Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/21/2018 01:01:35 AM (7 years ago)
Author:
djpaul
Message:

Templates, Nouveau: string improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/src/bp-templates/bp-nouveau/buddypress/members/single/settings/profile.php

    r12082 r12105  
    1010
    1111<h2 class="screen-heading profile-settings-screen">
    12     <?php _e( 'Profile Visibility Settings', 'buddypress' ); ?>
     12    <?php esc_html_e( 'Profile Visibility Settings', 'buddypress' ); ?>
    1313</h2>
    1414
    1515<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' ); ?>
    1717</p>
    1818
     
    3232                        <tr>
    3333                            <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>
    3535                        </tr>
    3636                    </thead>
Note: See TracChangeset for help on using the changeset viewer.