Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/16/2009 02:40:47 PM (15 years ago)
Author:
apeatling
Message:

Fixing missing translation and template tag bug in new widgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/bp-groups/bp-groups-widgets.php

    r1612 r1617  
    1212class BP_Groups_Widget extends WP_Widget {
    1313    function bp_groups_widget() {
    14         parent::WP_Widget( false, $name = 'Groups' );
     14        parent::WP_Widget( false, $name = __( 'Groups', 'buddypress' ) );
    1515        wp_enqueue_script( 'groups_widget_groups_list-js', BP_PLUGIN_URL . '/bp-groups/js/widget-groups.js', array('jquery', 'jquery-livequery-pack') );       
    1616        wp_enqueue_style( 'groups_widget_members-css', BP_PLUGIN_URL . '/bp-groups/css/widget-groups.css' );       
Note: See TracChangeset for help on using the changeset viewer.