Changeset 49377 for branches/5.5/src/wp-includes/functions.php
- Timestamp:
- 10/29/2020 05:24:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5/src/wp-includes/functions.php
r48621 r49377 1754 1754 } 1755 1755 1756 if ( ! $wpdb->get_results( "DESCRIBE $table;" ) ) { 1756 $described_table = $wpdb->get_results( "DESCRIBE $table;" ); 1757 if ( is_array( $described_table ) && count( $described_table ) === 0 ) { 1757 1758 continue; 1758 1759 }
Note: See TracChangeset
for help on using the changeset viewer.