Skip to:
Content

bbPress.org

Changeset 3273


Ignore:
Timestamp:
05/29/2011 06:55:03 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Add a global plugins variable to main bbPress global class. bbPress plugins can use this to store global information, rather than instantiating their own separate globals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

    r3265 r3273  
    251251     */
    252252    var $in_theme_compat = false;
     253
     254    /** Plugins ***************************************************************/
     255   
     256    /**
     257     * @var mixed bbPress plugins that need a global data store should use this
     258     */
     259    var $plugins = false;
    253260
    254261    /** Functions *************************************************************/
Note: See TracChangeset for help on using the changeset viewer.