Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/04/2012 12:16:42 PM (12 years ago)
Author:
johnjamesjacoby
Message:

See #4671:

  • Round one changes...
  • Remove the cumbersome update wizard and associated CSS and images.
  • Copy "About" and "Credits" pages from bbPress.
  • First pass at default components array.
  • Deprecate some functions, consolidate others.
  • Introduce bp-core/admin/bp-core-actions.php to handle admin sub-actions.
  • More to do here (update script, testing, css/images, etc...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-slugs.php

    r6456 r6558  
    4343/**
    4444 * Creates reusable markup for page setup on the Components and Pages dashboard panel.
    45  *
    46  * This markup has been abstracted so that it can be used both during the setup wizard as well as
    47  * when BP has been fully installed.
    4845 *
    4946 * @package BuddyPress
     
    224221    }
    225222}
    226 add_action( 'admin_init', 'bp_core_admin_slugs_setup_handler' );
     223add_action( 'bp_admin_init', 'bp_core_admin_slugs_setup_handler' );
Note: See TracChangeset for help on using the changeset viewer.