Changeset 49395 for branches/5.1/src/wp-includes/functions.php
- Timestamp:
- 10/29/2020 06:48:02 PM (5 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
- Property svn:mergeinfo changed
/branches/5.5 (added) merged: 49373-49379,49381 /trunk merged: 49380,49382-49388
- Property svn:mergeinfo changed
-
branches/5.1/src/wp-includes/functions.php
r46490 r49395 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.