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-loader.php

    r2753 r2789  
    145145
    146146/**
     147 * Register the default bbPress views
     148 *
     149 * @since bbPress (r2789)
     150 *
     151 * @uses do_action() Calls 'bbp_register_views'
     152 */
     153function bbp_register_views() {
     154    do_action ( 'bbp_register_views' );
     155}
     156
     157/**
    147158 * Add the bbPress-specific rewrite tags
    148159 *
Note: See TracChangeset for help on using the changeset viewer.