Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/09/2012 09:38:45 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Remove a bunch of unneeded globals and clean up some code in Core component. See #3989.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-filters.php

    r5670 r5683  
    113113 */
    114114function bp_core_login_redirect( $redirect_to ) {
    115     global $bp, $wpdb;
     115    global $wpdb;
    116116
    117117    // Don't mess with the redirect if this is not the root blog
Note: See TracChangeset for help on using the changeset viewer.