Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/02/2012 01:22:31 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Try to load the theme's bbpress-functions.php file first, before invoking the default theme-compat. Also add root folder to array of paths to look for templates in.

File:
1 edited

Legend:

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

    r3768 r3778  
    102102 *                                                               v---Load order
    103103 */
    104 add_action( 'bbp_after_setup_theme', 'bbp_setup_theme_compat',   8 );
    105 add_action( 'bbp_after_setup_theme', 'bbp_load_theme_functions', 10 );
     104add_action( 'bbp_after_setup_theme', 'bbp_load_theme_functions', 8 );
     105add_action( 'bbp_after_setup_theme', 'bbp_setup_theme_compat',   10 );
    106106
    107107// Multisite Global Forum Access
Note: See TracChangeset for help on using the changeset viewer.