Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/12/2012 05:42:01 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Options:

  • Pinking shears on bbp_get_default_options().
  • Remove db_version duplicate description.
File:
1 edited

Legend:

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

    r3948 r3949  
    2626        /** DB Version ********************************************************/
    2727
    28         '_bbp_db_version'           => bbpress()->db_version, // The current database version
     28        '_bbp_db_version'           => bbpress()->db_version,
    2929
    3030        /** Settings **********************************************************/
    3131
    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.
     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.
    4141
    4242        /** Per Page **********************************************************/
Note: See TracChangeset for help on using the changeset viewer.