Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/25/2011 09:38:52 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Allow default options to be overloaded from within the $bbp->options array ala bbPress 1.x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbpress.php

    r3432 r3451  
    275275     */
    276276    public $extend = false;
     277
     278    /** Option Overload *******************************************************/
     279
     280    /**
     281     * @var array Optional Overloads default options retrieved from get_option()
     282     */
     283    public $options = array();
    277284
    278285    /** Functions *************************************************************/
Note: See TracChangeset for help on using the changeset viewer.