Changes between Version 1 and Version 2 of Ticket #16558, comment 1
- Timestamp:
- 02/14/2011 11:37:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16558, comment 1
v1 v2 10 10 switch_to_blog( $blog_id ); 11 11 echo "<strong>Blog ID:</strong> $blog_id<br />"; 12 foreach ( $wpdb->tables ( 'blog' ) as $table => $value ) {12 foreach ( $wpdb->tables as $table ) { 13 13 $value = $wpdb->$table; 14 14 echo "$table: $value<br />";