Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/24/2011 04:41:47 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Introduce bbp_setup_theme_compat() function and action, which provide skeletal theme support for themes that do not explicitly support bbPress.

File:
1 edited

Legend:

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

    r2818 r3028  
    179179}
    180180
     181/**
     182 * Setup bbPress theme compatability actions
     183 *
     184 * @since bbPress (r3025)
     185 *
     186 * @uses do_action() Calls 'bbp_setup_theme_compat'
     187 */
     188function bbp_setup_theme_compat() {
     189    do_action( 'bbp_setup_theme_compat' );
     190}
     191
    181192/** Final Action **************************************************************/
    182193
Note: See TracChangeset for help on using the changeset viewer.