Skip to:
Content

BuddyPress.org

Changeset 11137


Ignore:
Timestamp:
09/21/2016 01:59:28 PM (7 years ago)
Author:
dcavins
Message:

Specify text domain in string translation function.

Fixes problem with bp-legacy/groups/index.php introduced in r11128.

See #7256.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/index.php

    r11129 r11137  
    5454        do_action( 'template_notices' ); ?>
    5555
    56         <div class="item-list-tabs" aria-label="<?php esc_attr_e( 'Groups directory main navigation' ); ?>">
     56        <div class="item-list-tabs" aria-label="<?php esc_attr_e( 'Groups directory main navigation', 'buddypress' ); ?>">
    5757            <ul>
    5858                <li class="selected" id="groups-all"><a href="<?php bp_groups_directory_permalink(); ?>"><?php printf( __( 'All Groups %s', 'buddypress' ), '<span>' . bp_get_total_group_count() . '</span>' ); ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.