Changeset 3949 for branches/plugin/bbp-includes/bbp-core-options.php
- Timestamp:
- 06/12/2012 05:42:01 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-options.php
r3948 r3949 26 26 /** DB Version ********************************************************/ 27 27 28 '_bbp_db_version' => bbpress()->db_version, // The current database version28 '_bbp_db_version' => bbpress()->db_version, 29 29 30 30 /** Settings **********************************************************/ 31 31 32 '_bbp_edit_lock' => '5', // Lock post editing after 5 minutes33 '_bbp_throttle_time' => '10', // Throttle post time to 10 seconds34 '_bbp_enable_favorites' => true, // Favorites35 '_bbp_enable_subscriptions' => true, // Subscriptions36 '_bbp_allow_anonymous' => false, // Allow anonymous posting37 '_bbp_allow_global_access' => false, // Users from all sites can post38 '_bbp_use_wp_editor' => true, // Use the WordPress editor if available39 '_bbp_use_autoembed' => false, // Allow oEmbed in topics and replies40 '_bbp_theme_package_id' => 'default', // The ID for the current theme packag.32 '_bbp_edit_lock' => '5', // Lock post editing after 5 minutes 33 '_bbp_throttle_time' => '10', // Throttle post time to 10 seconds 34 '_bbp_enable_favorites' => true, // Favorites 35 '_bbp_enable_subscriptions' => true, // Subscriptions 36 '_bbp_allow_anonymous' => false, // Allow anonymous posting 37 '_bbp_allow_global_access' => false, // Users from all sites can post 38 '_bbp_use_wp_editor' => true, // Use the WordPress editor if available 39 '_bbp_use_autoembed' => false, // Allow oEmbed in topics and replies 40 '_bbp_theme_package_id' => 'default', // The ID for the current theme packag. 41 41 42 42 /** Per Page **********************************************************/
Note: See TracChangeset
for help on using the changeset viewer.