[buddypress-trac] [BuddyPress] #3020: bp_loaded is fired too	early
    buddypress-trac at lists.automattic.com 
    buddypress-trac at lists.automattic.com
       
    Sat Jun 11 21:02:02 UTC 2011
    
    
  
#3020: bp_loaded is fired too early
---------------------------+------------------------------------
  Reporter:  boonebgorges  |      Owner:
      Type:  defect        |     Status:  new
  Priority:  major         |  Milestone:  1.3
 Component:  Core          |    Version:
Resolution:                |   Keywords:  has-patch dev-feedback
---------------------------+------------------------------------
Comment (by DJPaul):
 I'm not sure what this ticket is meant to address. So:
 branch does add_action( 'plugins_loaded', 'bp_loaded', 20 );
 trunk does add_action( 'plugins_loaded', 'bp_loaded',  10 );
 I think changing trunk's action priority back to same as branch will break
 a lot of the load order fixes. Referring to
 http://buddypress.org/community/groups/creating-extending/forum/topic
 /plugin-authors-important-buddypress-1-2-5-news-you-need-to-know/ is it
 not sufficient to just use bp_init? That's what I've been using in my
 plugins since BP 1.2.5.
-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3020#comment:8>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list