Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/25/2013 07:38:56 PM (12 years ago)
Author:
boonebgorges
Message:

Adds widget styling to bp-legacy buddypress.css. See #4869. Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-widgets.php

    r6661 r6865  
    2525
    2626    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        );
    2831        parent::__construct( false, _x( '(BuddyPress) Groups', 'widget name', 'buddypress' ), $widget_ops );
    2932
Note: See TracChangeset for help on using the changeset viewer.