Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/04/2016 02:53:48 AM (8 years ago)
Author:
mercime
Message:

Correct the value for aria-label in commit r11170.

Antiprops mercime.
See #7256.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php

    r11170 r11172  
    2727
    2828        <?php if ( bp_profile_has_multiple_groups() ) : ?>
    29             <ul class="button-nav" aria-label="Profile field groups" role="navigation">
     29            <ul class="button-nav" aria-label="<?php esc_attr_e( 'Profile field groups', 'buddypress' ); ?>" role="navigation">
    3030
    3131                <?php bp_profile_group_tabs(); ?>
Note: See TracChangeset for help on using the changeset viewer.