Changeset 49386
- Timestamp:
- 10/29/2020 06:03:35 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.5 merged: 49377
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/functions.php
r49235 r49386 1757 1757 } 1758 1758 1759 if ( ! $wpdb->get_results( "DESCRIBE $table;" ) ) { 1759 $described_table = $wpdb->get_results( "DESCRIBE $table;" ); 1760 if ( is_array( $described_table ) && count( $described_table ) === 0 ) { 1760 1761 continue; 1761 1762 }
Note: See TracChangeset
for help on using the changeset viewer.