Skip to:
Content

BuddyPress.org

Changeset 1725


Ignore:
Timestamp:
08/28/2009 09:05:10 PM (15 years ago)
Author:
apeatling
Message:

Fixes #858. Translation of a variable should work in this instance as all component names are translated in other locations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-templatetags.php

    r1691 r1725  
    377377                unset($selected);
    378378           
    379             $component_links[] = $before . '<a href="' . $link . '"' . $selected . '">' . ucwords($component_name) . '</a>' . $after;
     379            $component_links[] = $before . '<a href="' . $link . '"' . $selected . '">' . ucwords( __( $component_name, 'buddypress' ) ) . '</a>' . $after;
    380380        }
    381381
Note: See TracChangeset for help on using the changeset viewer.