Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/21/2012 03:47:05 PM (12 years ago)
Author:
djpaul
Message:

Add missing field declarations to classes. Fixes #4159

File:
1 edited

Legend:

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

    r5967 r5999  
    2121class BP_Admin {
    2222
     23    /**
     24     * Instance of the setup wizard
     25     *
     26     * @since BuddyPress (1.6)
     27     * @var BP_Core_Setup_Wizard
     28     */
     29    public $wizard;
     30
    2331    /** Directory *************************************************************/
    2432
Note: See TracChangeset for help on using the changeset viewer.