Skip to:
Content

BuddyPress.org

Changeset 3743 for trunk/bp-core.php


Ignore:
Timestamp:
01/19/2011 08:52:40 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Introduce bp-core-hooks to assist in understanding load order. First initial move of actions to this new file with brief descriptions. More to do here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r3742 r3743  
    2828
    2929// Load the files containing functions that we globally will need.
     30require ( BP_PLUGIN_DIR . '/bp-core/bp-core-hooks.php'         );
    3031require ( BP_PLUGIN_DIR . '/bp-core/bp-core-catchuri.php'      );
    3132require ( BP_PLUGIN_DIR . '/bp-core/bp-core-classes.php'       );
Note: See TracChangeset for help on using the changeset viewer.