Make WordPress Core


Ignore:
Timestamp:
09/26/2008 06:43:53 AM (16 years ago)
Author:
westi
Message:

Theme update UI first pass. See #7519 props DD32.

File:
1 edited

Legend:

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

    r8921 r8989  
    211211        upgrade_260();
    212212
    213     if ( $wp_current_db_version < 8921 )
     213    if ( $wp_current_db_version < 8989 )
    214214        upgrade_270();
    215215
     
    767767    global $wpdb, $wp_current_db_version;
    768768
    769     if ( $wp_current_db_version < 8530 )
     769    if ( $wp_current_db_version < 8980 )
    770770        populate_roles_270();
    771771
Note: See TracChangeset for help on using the changeset viewer.