Changeset 6903 for branches/1.7/bp-groups/bp-groups-widgets.php
- Timestamp:
- 04/10/2013 07:32:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/bp-groups/bp-groups-widgets.php
r6878 r6903 27 27 $widget_ops = array( 28 28 'description' => __( 'A dynamic list of recently active, popular, and newest groups', 'buddypress' ), 29 'classname' => ' buddypress',29 'classname' => 'widget_bp_groups_widget buddypress', 30 30 ); 31 31 parent::__construct( false, _x( '(BuddyPress) Groups', 'widget name', 'buddypress' ), $widget_ops );
Note: See TracChangeset
for help on using the changeset viewer.