Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #16558, comment 1


Ignore:
Timestamp:
02/14/2011 11:37:13 PM (14 years ago)
Author:
kawauso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16558, comment 1

    v1 v2  
    1010                switch_to_blog( $blog_id );
    1111                echo "<strong>Blog ID:</strong> $blog_id<br />";
    12                 foreach ( $wpdb->tables( 'blog' ) as $table => $value ) {
     12                foreach ( $wpdb->tables as $table ) {
    1313                        $value = $wpdb->$table;
    1414                        echo "$table: $value<br />";