Skip to:
Content

BuddyPress.org

Changeset 5524 for trunk/bp-loader.php


Ignore:
Timestamp:
12/12/2011 02:33:04 PM (13 years ago)
Author:
johnjamesjacoby
Message:

First pass at using settings API:

  • Split bp-core-admin.php up into smaller parts
  • Use settings API for Settings screen
  • Backport bbPress 2.x admin class
  • Move admin functions out of core functions and cssjs files
  • Update bp-core-options.php and include
  • Rename menu pages to be more accurate
  • Rename 'Pages' tab to 'Permalinks' for future slugifying
  • See #3835
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r5439 r5524  
    453453        require( $this->plugin_dir . 'bp-core/bp-core-cssjs.php'      );
    454454        require( $this->plugin_dir . 'bp-core/bp-core-update.php'     );
     455        require( $this->plugin_dir . 'bp-core/bp-core-options.php'    );
    455456        require( $this->plugin_dir . 'bp-core/bp-core-classes.php'    );
    456457        require( $this->plugin_dir . 'bp-core/bp-core-filters.php'    );
Note: See TracChangeset for help on using the changeset viewer.