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-catchuri.php

    r5636 r5683  
    3838 */
    3939function bp_core_set_uri_globals() {
    40     global $bp, $current_blog, $wpdb;
     40    global $bp, $current_blog;
    4141
    4242    // Don't catch URIs on non-root blogs unless multiblog mode is on
Note: See TracChangeset for help on using the changeset viewer.