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-blogs/bp-blogs-classes.php

    r5729 r5930  
    2323    var $blog_id;
    2424
    25     function bp_blogs_blog( $id = null ) {
    26         $this->__construct( $id );
    27     }
    28 
    2925    function __construct( $id = null ) {
    3026        if ( !empty( $id ) ) {
Note: See TracChangeset for help on using the changeset viewer.