Ticket #51676: 51676.patch
File 51676.patch, 455 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/functions.php
1757 1757 } 1758 1758 1759 1759 $described_table = $wpdb->get_results( "DESCRIBE $table;" ); 1760 if ( is_array( $described_table ) && count( $described_table ) === 0) {1760 if ( ! $wpdb->get_results( "DESCRIBE $table;" ) ) { 1761 1761 continue; 1762 1762 } 1763 1763