Skip to:
Content

BuddyPress.org

Changeset 5848


Ignore:
Timestamp:
02/27/2012 03:29:01 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Rename bp-core-hooks.php to bp-core-actions.php; change include in bp-loader.php.

Location:
trunk
Files:
1 edited
1 moved

Legend:

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

    r5847 r5848  
    1515// Exit if accessed directly
    1616if ( !defined( 'ABSPATH' ) ) exit;
    17 
    18 /** ACTIONS *******************************************************************/
    1917
    2018/**
     
    106104 */
    107105
    108 /** The hooks *****************************************************************/
     106/** Sub-actions ***************************************************************/
    109107
    110108/**
  • trunk/bp-loader.php

    r5784 r5848  
    491491
    492492            // Require all of the BuddyPress core libraries
     493            require( $this->plugin_dir . 'bp-core/bp-core-actions.php'    );
    493494            require( $this->plugin_dir . 'bp-core/bp-core-caps.php'       );
    494495            require( $this->plugin_dir . 'bp-core/bp-core-cache.php'      );
    495             require( $this->plugin_dir . 'bp-core/bp-core-hooks.php'      );
    496496            require( $this->plugin_dir . 'bp-core/bp-core-cssjs.php'      );
    497497            require( $this->plugin_dir . 'bp-core/bp-core-update.php'     );
Note: See TracChangeset for help on using the changeset viewer.