[buddypress-trac] [BuddyPress] #4879: add_theme_support( 'buddypress' ) should not load buddypress-functions.php

buddypress-trac noreply at wordpress.org
Sat Apr 6 21:06:26 UTC 2013


#4879: add_theme_support( 'buddypress' ) should not load buddypress-functions.php
---------------------------------------+------------------
 Reporter:  modemlooper                |       Owner:
     Type:  defect (bug)               |      Status:  new
 Priority:  normal                     |   Milestone:  1.8
Component:  Backwards Compatability    |     Version:  1.7
 Severity:  major                      |  Resolution:
 Keywords:  2nd-opinion needs-testing  |
---------------------------------------+------------------
Changes (by johnjamesjacoby):

 * keywords:  dev-feedback reporter-feedback => 2nd-opinion needs-testing
 * milestone:  Awaiting Review => 1.8


Comment:

 If it's happening, I'm okay with this for now. It shouldn't be happening
 though, since BP_Theme_Compat::start() bails if the current theme supports
 BuddyPress. It's possible there's a load-order issue here, but that said,
 if you need to, you can completely unhook bp_load_theme_functions() for
 now if it interferes with anything.

 {{{
 remove_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 );
 }}}

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4879#comment:8>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list