Changeset 6896
- Timestamp:
- 02/18/08 17:33:40 (9 months ago)
- Files:
-
- trunk/wp-admin/includes/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/schema.php
r6851 r6896 3 3 4 4 $charset_collate = ''; 5 6 // Declare these as global in case schema.php is included from a function. 7 global $wpdb, $wp_queries; 5 8 6 9 if ( $wpdb->supports_collation() ) {
