Skip to:
Content

BuddyPress.org


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-template.php

    r5927 r5930  
    993993    var $order;
    994994
    995     function BP_Forums_Template_Topic( $topic_id, $per_page, $max, $order ) {
    996         $this->__construct( $topic_id, $per_page, $max, $order );
    997     }
    998 
    999995    function __construct( $topic_id, $per_page, $max, $order ) {
    1000996        global $bp, $current_user, $forum_template;
Note: See TracChangeset for help on using the changeset viewer.