Changeset 3028
- Timestamp:
- 04/24/2011 04:41:47 AM (15 years ago)
- Location:
- branches/plugin/bbp-includes
- Files:
-
- 2 edited
-
bbp-hooks.php (modified) (1 diff)
-
bbp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-hooks.php
r3020 r3028 32 32 add_action( 'init', 'bbp_init', 10 ); 33 33 add_action( 'generate_rewrite_rules', 'bbp_generate_rewrite_rules', 12 ); 34 add_action( 'after_setup_theme', 'bbp_setup_theme_compat', 12 ); 34 35 35 36 /** -
branches/plugin/bbp-includes/bbp-loader.php
r2818 r3028 179 179 } 180 180 181 /** 182 * Setup bbPress theme compatability actions 183 * 184 * @since bbPress (r3025) 185 * 186 * @uses do_action() Calls 'bbp_setup_theme_compat' 187 */ 188 function bbp_setup_theme_compat() { 189 do_action( 'bbp_setup_theme_compat' ); 190 } 191 181 192 /** Final Action **************************************************************/ 182 193
Note: See TracChangeset
for help on using the changeset viewer.