Make WordPress Core


Ignore:
Timestamp:
05/26/2006 09:09:06 PM (20 years ago)
Author:
ryan
Message:

base64 cached objects and store within multi-line comment block to avoid CRLF injections into the cache. Props Peter Westwood.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/upgrade.php

    r3738 r3797  
    7777    case 1:
    7878    $wp_current_db_version = __get_option('db_version');
    79     if ( $wp_db_version < $wp_current_db_version ) {
     79    if ( $wp_db_version != $wp_current_db_version ) {
    8080        wp_cache_flush();
    8181        make_db_current_silent();
Note: See TracChangeset for help on using the changeset viewer.