Skip to:
Content

BuddyPress.org

Changeset 8041


Ignore:
Timestamp:
03/05/2014 02:42:20 AM (11 years ago)
Author:
boonebgorges
Message:

Declare $wpdb global in testcase go_to() method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/includes/testcase.php

    r8019 r8041  
    5757
    5858    function go_to( $url ) {
     59        global $wpdb;
     60
    5961        // note: the WP and WP_Query classes like to silently fetch parameters
    6062        // from all over the place (globals, GET, etc), which makes it tricky
Note: See TracChangeset for help on using the changeset viewer.