Changeset 6938 for trunk/bp-groups/bp-groups-widgets.php
- Timestamp:
- 04/22/2013 12:10:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r6878 r6938 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.