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-activity/bp-activity-widgets.php

    r1612 r1617  
    99class BP_Activity_Widget extends WP_Widget {
    1010    function bp_activity_widget() {
    11         parent::WP_Widget( false, $name = 'Site Wide Activity' );
     11        parent::WP_Widget( false, $name = __( 'Site Wide Activity', 'buddypress' ) );
    1212        wp_enqueue_style( 'bp-activity-widget-activity-css', BP_PLUGIN_URL . '/bp-activity/css/widget-activity.css' );     
    1313    }
Note: See TracChangeset for help on using the changeset viewer.