Changes between Initial Version and Version 1 of Ticket #16558, comment 1
- Timestamp:
- 02/14/2011 11:35:10 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16558, comment 1
initial v1 4 4 5 5 {{{ 6 <?php 6 7 function switchblog() { 7 8 global $wpdb; … … 10 11 echo "<strong>Blog ID:</strong> $blog_id<br />"; 11 12 foreach ( $wpdb->tables( 'blog' ) as $table => $value ) { 13 $value = $wpdb->$table; 12 14 echo "$table: $value<br />"; 13 15 }