Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/20/2012 03:39:59 PM (12 years ago)
Author:
djpaul
Message:

Prefix widget names with "(BuddyPress)" for easier identification on the widget admin screen. Fixes #4616

File:
1 edited

Legend:

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

    r6342 r6432  
    2626    function __construct() {
    2727        $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 );
    2929
    3030        if ( is_active_widget( false, false, $this->id_base ) && !is_admin() && !is_network_admin() ) {
Note: See TracChangeset for help on using the changeset viewer.