Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/23/2011 04:12:07 AM (15 years ago)
Author:
johnjamesjacoby
Message:

She seems to have an invisible touch, yeah. Fixes #1603. Props cnorris23.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-options.php

    r3421 r3445  
    2424
    2525        /** DB Version ********************************************************/
    26        
     26
    2727        '_bbp_db_version'           => '155',
    2828
     
    6363        // Replies per RSS page
    6464        '_bbp_replies_per_rss_page' => '25',
    65        
     65
    6666        /** Page For **********************************************************/
    67        
     67
    6868        // Page for forums
    6969        '_bbp_page_for_forums'      => '0',
     
    130130        '_bbp_hidden_forums'        => '',
    131131    );
    132    
     132
    133133    return apply_filters( 'bbp_get_default_options', $options );
    134134}
Note: See TracChangeset for help on using the changeset viewer.