Skip to:
Content

bbPress.org

Changeset 4395 for trunk/bbpress.php


Ignore:
Timestamp:
11/11/2012 11:09:10 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Extensions:

  • Introduce core/extend.php to assist in loading extentions in a more common way.
  • Move some BuddyPress code around, into the files it makes the most sense for it to be in.
  • Remove some redundant BuddyPress loader code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r4392 r4395  
    315315        require( $this->includes_dir . 'users/options.php'         );
    316316
    317         /** Extensions ********************************************************/
    318 
    319         require( $this->includes_dir . 'extend/akismet.php' );
    320 
    321317        /** Hooks *************************************************************/
    322318
     319        require( $this->includes_dir . 'core/extend.php'  );
    323320        require( $this->includes_dir . 'core/actions.php' );
    324321        require( $this->includes_dir . 'core/filters.php' );
Note: See TracChangeset for help on using the changeset viewer.