Changeset 6865 for trunk/bp-groups/bp-groups-widgets.php
- Timestamp:
- 03/25/2013 07:38:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r6661 r6865 25 25 26 26 function __construct() { 27 $widget_ops = array( 'description' => __( 'A dynamic list of recently active, popular, and newest groups', 'buddypress' ) ); 27 $widget_ops = array( 28 'description' => __( 'A dynamic list of recently active, popular, and newest groups', 'buddypress' ), 29 'classname' => 'buddypress', 30 ); 28 31 parent::__construct( false, _x( '(BuddyPress) Groups', 'widget name', 'buddypress' ), $widget_ops ); 29 32
Note: See TracChangeset
for help on using the changeset viewer.