Skip to:
Content

BuddyPress.org

Changeset 1250 for trunk/bp-wire.php


Ignore:
Timestamp:
03/25/2009 04:01:43 PM (15 years ago)
Author:
apeatling
Message:

Removed blogs, groups and members directory from the home theme into the BuddyPress member theme. The directories now have their own templates and theme based CSS and provide much easier editing.

Moved the $bp global setup to a higher priority action - from the 'wp' action to the 'plugins_loaded' action. This stops occurrences where the $bp global was not defined yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-wire.php

    r1225 r1250  
    4242    $bp->version_numbers->wire = BP_WIRE_VERSION;
    4343}
    44 add_action( 'wp', 'bp_wire_setup_globals', 1 );
     44add_action( 'plugins_loaded', 'bp_wire_setup_globals', 5 );
    4545add_action( 'admin_menu', 'bp_wire_setup_globals', 1 );
    4646
Note: See TracChangeset for help on using the changeset viewer.