Skip to:
Content

BuddyPress.org

Changeset 4977


Ignore:
Timestamp:
08/14/2011 02:15:18 PM (13 years ago)
Author:
boonebgorges
Message:

Bumps priority of bp_actions and bp_screens, to provide more consistent load order and better backward compatibility with existing plugins and themes. Fixes #3476

File:
1 edited

Legend:

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

    r4961 r4977  
    99add_action( 'bp_loaded',      'bp_include', 2  );
    1010
    11 add_action( 'wp',             'bp_actions', 2  );
     11add_action( 'wp',             'bp_actions', 3  );
    1212
    13 add_action( 'wp',             'bp_screens', 2  );
     13add_action( 'wp',             'bp_screens', 4  );
    1414
    1515/** Init **********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.