Changeset 49393 for branches/5.3/src/wp-includes/functions.php
- Timestamp:
- 10/29/2020 06:41:43 PM (4 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/branches/5.5 (added) merged: 49373-49379,49381 /trunk merged: 49380,49382-49388
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-includes/functions.php
r46980 r49393 1707 1707 } 1708 1708 1709 if ( ! $wpdb->get_results( "DESCRIBE $table;" ) ) { 1709 $described_table = $wpdb->get_results( "DESCRIBE $table;" ); 1710 if ( is_array( $described_table ) && count( $described_table ) === 0 ) { 1710 1711 continue; 1711 1712 }
Note: See TracChangeset
for help on using the changeset viewer.