Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/24/2010 10:18:23 PM (16 years ago)
Author:
johnjamesjacoby
Message:

First pass at adjusting action priorities for easier external plugin inclusion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-xprofile.php

    r2775 r2788  
    128128        do_action( 'xprofile_setup_globals' );
    129129}
    130 add_action( 'bp_setup_globals', 'xprofile_setup_globals' );
     130add_action( 'bp_setup_globals', 'xprofile_setup_globals', 9 );
    131131
    132132/**
     
    197197        do_action( 'xprofile_setup_nav' );
    198198}
    199 add_action( 'bp_setup_nav', 'xprofile_setup_nav' );
     199add_action( 'bp_setup_nav', 'xprofile_setup_nav', 9 );
    200200
    201201/**
Note: See TracChangeset for help on using the changeset viewer.