Changeset 49391 for branches/5.4/src/wp-includes/functions.php
- Timestamp:
- 10/29/2020 06:39:14 PM (4 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
- Property svn:mergeinfo changed
/branches/5.5 (added) merged: 49373-49379,49381 /trunk merged: 49380,49382-49388
- Property svn:mergeinfo changed
-
branches/5.4/src/wp-includes/functions.php
r47839 r49391 1743 1743 } 1744 1744 1745 if ( ! $wpdb->get_results( "DESCRIBE $table;" ) ) { 1745 $described_table = $wpdb->get_results( "DESCRIBE $table;" ); 1746 if ( is_array( $described_table ) && count( $described_table ) === 0 ) { 1746 1747 continue; 1747 1748 }
Note: See TracChangeset
for help on using the changeset viewer.