Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/09/2011 10:06:53 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Introduce views API into plugin. Allows for creating specific topic views with code rather than with templates. The 'no-replies' view is included as default. Props GautamGupta via Google Code-in

File:
1 edited

Legend:

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

    r2787 r2789  
    5757        '_bbp_user_slug'            => 'users',
    5858
     59        // View slug
     60        '_bbp_view_slug'            => 'view',
     61
    5962        // Forum slug
    6063        '_bbp_forum_slug'           => 'forum',
Note: See TracChangeset for help on using the changeset viewer.