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

    r2788 r2789  
    5959add_action( 'bbp_init', 'bbp_register_textdomain',    10  );
    6060add_action( 'bbp_init', 'bbp_add_rewrite_tags',       12  );
     61add_action( 'bbp_init', 'bbp_register_views',         14  );
    6162add_action( 'bbp_init', 'bbp_ready',                  999 );
    6263
Note: See TracChangeset for help on using the changeset viewer.