Changeset 6432 for trunk/bp-groups/bp-groups-widgets.php
- Timestamp:
- 10/20/2012 03:39:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r6342 r6432 26 26 function __construct() { 27 27 $widget_ops = array( 'description' => __( 'A dynamic list of recently active, popular, and newest groups', 'buddypress' ) ); 28 parent::__construct( false, _ _( 'Groups', 'buddypress' ), $widget_ops );28 parent::__construct( false, _x( '(BuddyPress) Groups', 'widget name', 'buddypress' ), $widget_ops ); 29 29 30 30 if ( is_active_widget( false, false, $this->id_base ) && !is_admin() && !is_network_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.