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-groups/bp-groups-template.php

    r5927 r5930  
    16851685    var $total_group_count;
    16861686
    1687     function bp_groups_group_members_template( $group_id, $per_page, $max, $exclude_admins_mods, $exclude_banned, $exclude ) {
    1688         $this->__construct( $group_id, $per_page, $max, $exclude_admins_mods, $exclude_banned, $exclude );
    1689     }
    1690 
    16911687    function __construct( $group_id, $per_page, $max, $exclude_admins_mods, $exclude_banned, $exclude ) {
    16921688
     
    24082404    var $total_request_count;
    24092405
    2410     function bp_groups_membership_requests_template( $group_id, $per_page, $max ) {
    2411         $this->__construct( $group_id, $per_page, $max );
    2412     }
    2413 
    2414 
    24152406    function __construct( $group_id, $per_page, $max ) {
    24162407
     
    25782569    var $pag_links;
    25792570    var $total_invite_count;
    2580 
    2581     function bp_groups_invite_template( $user_id, $group_id ) {
    2582         $this->__construct( $user_id, $group_id );
    2583     }
    25842571
    25852572    function __construct( $user_id, $group_id ) {
Note: See TracChangeset for help on using the changeset viewer.