Make WordPress Core


Ignore:
Timestamp:
05/13/2009 10:28:56 PM (16 years ago)
Author:
ryan
Message:

Remove vestiges of what_to_show. Props filosofo. fixes #9815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r11162 r11318  
    527527        }
    528528    }
    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') );
    533529
    534530    $active_plugins = __get_option('active_plugins');
Note: See TracChangeset for help on using the changeset viewer.