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

    r3020 r3028  
    3232add_action( 'init',                   'bbp_init',                   10 );
    3333add_action( 'generate_rewrite_rules', 'bbp_generate_rewrite_rules', 12 );
     34add_action( 'after_setup_theme',      'bbp_setup_theme_compat',     12 );
    3435
    3536/**
Note: See TracChangeset for help on using the changeset viewer.