Skip to:
Content

BuddyPress.org

Changeset 6324


Ignore:
Timestamp:
09/11/2012 05:02:08 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat:

  • Move bp_load_theme_functions.php on bp_after_setup_theme action.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-actions.php

    r6285 r6324  
    8686 * Add the BuddyPress functions file
    8787 */
    88 add_action( 'after_setup_theme', 'bp_load_theme_functions', 1 );
     88add_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 );
    8989
    9090// Load the admin
Note: See TracChangeset for help on using the changeset viewer.