Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 02:46:06 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Remove all PHP4 compat constructors. Props cnorris23. Fixes #4065.

File:
1 edited

Legend:

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

    r5751 r5930  
    1414
    1515class BP_Core_Members_Widget extends WP_Widget {
    16 
    17     function bp_core_members_widget() {
    18         $this->__construct();
    19     }
    2016
    2117    function __construct() {
     
    150146class BP_Core_Whos_Online_Widget extends WP_Widget {
    151147
    152     function bp_core_whos_online_widget() {
    153         $this->__construct();
    154     }
    155 
    156148    function __construct() {
    157149        $widget_ops = array( 'description' => __( 'Avatars of users who are currently online', 'buddypress' ) );
     
    217209
    218210class BP_Core_Recently_Active_Widget extends WP_Widget {
    219 
    220     function bp_core_recently_active_widget() {
    221         $this->__construct();
    222     }
    223211
    224212    function __construct() {
Note: See TracChangeset for help on using the changeset viewer.