Changeset 5930 for trunk/bp-core/bp-core-widgets.php
- Timestamp:
- 03/16/2012 02:46:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-widgets.php
r5751 r5930 14 14 15 15 class BP_Core_Members_Widget extends WP_Widget { 16 17 function bp_core_members_widget() {18 $this->__construct();19 }20 16 21 17 function __construct() { … … 150 146 class BP_Core_Whos_Online_Widget extends WP_Widget { 151 147 152 function bp_core_whos_online_widget() {153 $this->__construct();154 }155 156 148 function __construct() { 157 149 $widget_ops = array( 'description' => __( 'Avatars of users who are currently online', 'buddypress' ) ); … … 217 209 218 210 class BP_Core_Recently_Active_Widget extends WP_Widget { 219 220 function bp_core_recently_active_widget() {221 $this->__construct();222 }223 211 224 212 function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.