Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/25/2013 12:57:06 AM (12 years ago)
Author:
boonebgorges
Message:

Don't load bp-legacy theme compat if current_theme_supports( 'buddypress' )

Fixes #4846

File:
1 edited

Legend:

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

    r6767 r6822  
    197197 * been setup and the theme's functions.php has loaded.
    198198 *
     199 * Hooked to 'after_setup_theme' with a priority of 100. This allows plenty of
     200 * time for other themes to load their features, such as BuddyPress support,
     201 * before our theme compatibility layer kicks in.
     202 *
    199203 * @since BuddyPress (1.6)
    200204 *
Note: See TracChangeset for help on using the changeset viewer.