Changeset 49394 for branches/5.2/src/wp-includes/functions.php
- Timestamp:
- 10/29/2020 06:44:12 PM (4 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
- Property svn:mergeinfo changed
/branches/5.5 (added) merged: 49373-49379,49381 /trunk merged: 49380,49382-49388
- Property svn:mergeinfo changed
-
branches/5.2/src/wp-includes/functions.php
r46482 r49394 1567 1567 } 1568 1568 1569 if ( ! $wpdb->get_results( "DESCRIBE $table;" ) ) { 1569 $described_table = $wpdb->get_results( "DESCRIBE $table;" ); 1570 if ( is_array( $described_table ) && count( $described_table ) === 0 ) { 1570 1571 continue; 1571 1572 }
Note: See TracChangeset
for help on using the changeset viewer.