Changeset 3445 for branches/plugin/bbp-includes/bbp-core-options.php
- Timestamp:
- 08/23/2011 04:12:07 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-options.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-options.php
r3421 r3445 24 24 25 25 /** DB Version ********************************************************/ 26 26 27 27 '_bbp_db_version' => '155', 28 28 … … 63 63 // Replies per RSS page 64 64 '_bbp_replies_per_rss_page' => '25', 65 65 66 66 /** Page For **********************************************************/ 67 67 68 68 // Page for forums 69 69 '_bbp_page_for_forums' => '0', … … 130 130 '_bbp_hidden_forums' => '', 131 131 ); 132 132 133 133 return apply_filters( 'bbp_get_default_options', $options ); 134 134 }
Note: See TracChangeset
for help on using the changeset viewer.