Changeset 52486 for branches/3.7/src/wp-admin/includes/upgrade.php
- Timestamp:
- 01/06/2022 06:27:19 PM (5 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
/trunk merged: 52454,52456-52457
- Property svn:mergeinfo changed
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 52454,52456-52457
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/includes/upgrade.php
r47343 r52486 1039 1039 while( $rows = $wpdb->get_results( "SELECT option_name, option_value FROM $wpdb->options ORDER BY option_id LIMIT $start, 20" ) ) { 1040 1040 foreach( $rows as $row ) { 1041 $value = $row->option_value;1042 if ( !@unserialize( $value ))1041 $value = maybe_unserialize( $row->option_value ); 1042 if ( $value === $row->option_value ) 1043 1043 $value = stripslashes( $value ); 1044 1044 if ( $value !== $row->option_value ) {
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)