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-blogs/bp-blogs-widgets.php

    r6342 r6432  
    2323
    2424    function __construct() {
    25         parent::__construct( false, $name = __( 'Recent Networkwide Posts', 'buddypress' ) );
     25        parent::__construct( false, $name = _x( '(BuddyPress) Recent Networkwide Posts', 'widget name', 'buddypress' ) );
    2626    }
    2727
Note: See TracChangeset for help on using the changeset viewer.