Make WordPress Core

Changeset 6896


Ignore:
Timestamp:
02/18/2008 05:33:40 PM (17 years ago)
Author:
ryan
Message:

Declare wpdb and wp_queries as global. Props jhodgdon. see #5860

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r6851 r6896  
    33
    44$charset_collate = '';
     5
     6// Declare these as global in case schema.php is included from a function.
     7global $wpdb, $wp_queries;
    58
    69if ( $wpdb->supports_collation() ) {
Note: See TracChangeset for help on using the changeset viewer.