Skip to:
Content

BuddyPress.org

Changeset 5848 for trunk/bp-loader.php


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.