Changeset 11318 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 05/13/2009 10:28:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r11162 r11318 527 527 } 528 528 } 529 530 // The "paged" option for what_to_show is no more.531 if ($wpdb->get_var("SELECT option_value FROM $wpdb->options WHERE option_name = 'what_to_show'") == 'paged')532 $wpdb->update( $wpdb->options, array('option_value' => 'posts'), array('option_name' => 'what_to_show') );533 529 534 530 $active_plugins = __get_option('active_plugins');
Note: See TracChangeset
for help on using the changeset viewer.