Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/19/2014 06:15:13 PM (13 years ago)
Author:
boonebgorges
Message:

Define $bp->signup in the members component loader

Setting up the dummy class here ensures that we don't get PHP notices
downstream.

Fixes #5305

Props reactuate for initial patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-screens.php

    r7736 r7738  
    6666
    6767                return;
    68         }
    69 
    70         if ( !isset( $bp->signup ) ) {
    71                 $bp->signup = new stdClass;
    7268        }
    7369
Note: See TracChangeset for help on using the changeset viewer.