Skip to:
Content

BuddyPress.org

Changeset 4706


Ignore:
Timestamp:
07/18/2011 10:27:33 PM (14 years ago)
Author:
boonebgorges
Message:

Include the bp-core-admin.php on the last step of the install wizard, to ensure that the style and script enqueuing hooks are added successfully. Fixes #3351

File:
1 edited

Legend:

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

    r4675 r4706  
    10201020            // Load BP and hook the admin menu, so that the redirect is successful
    10211021            require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/bp-core-loader.php' );
     1022            require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-admin.php' );
    10221023            bp_core_add_admin_menu();
    10231024
Note: See TracChangeset for help on using the changeset viewer.