Changeset 8677 for trunk/src/bp-core/bp-core-widgets.php
- Timestamp:
- 07/23/2014 06:30:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-widgets.php
r8453 r8677 315 315 function __construct() { 316 316 $widget_ops = array( 317 'description' => __( ' Avatars of users who are currently online', 'buddypress' ),317 'description' => __( 'Profile photos of online users', 'buddypress' ), 318 318 'classname' => 'widget_bp_core_whos_online_widget buddypress widget', 319 319 ); … … 418 418 function __construct() { 419 419 $widget_ops = array( 420 'description' => __( ' Avatars of recently active members', 'buddypress' ),420 'description' => __( 'Profile photos of recently active members', 'buddypress' ), 421 421 'classname' => 'widget_bp_core_recently_active_widget buddypress widget', 422 422 );
Note: See TracChangeset
for help on using the changeset viewer.