Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/13/2011 07:04:11 PM (14 years ago)
Author:
djpaul
Message:

Add gettext context to "home" phrases throughout. Fixes #3120

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-loader.php

    r4154 r4201  
    248248            // Add the "Home" subnav item, as this will always be present
    249249            $sub_nav[] = array(
    250                 'name'            => __( 'Home', 'buddypress' ),
     250                'name'            =>  _x( 'Home', 'Group home navigation title', 'buddypress' ),
    251251                'slug'            => 'home',
    252252                'parent_url'      => $group_link,
Note: See TracChangeset for help on using the changeset viewer.