Changeset 47343 for branches/3.7/src/wp-admin/includes/upgrade.php
- Timestamp:
- 02/22/2020 12:05:12 PM (6 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 26252,26307,26512
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/includes/upgrade.php
r32435 r47343 1645 1645 1646 1646 // Fetch the table column structure from the database 1647 $ wpdb->suppress_errors();1647 $suppress = $wpdb->suppress_errors(); 1648 1648 $tablefields = $wpdb->get_results("DESCRIBE {$table};"); 1649 $wpdb->suppress_errors( false);1649 $wpdb->suppress_errors( $suppress ); 1650 1650 1651 1651 if ( ! $tablefields )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)