Make WordPress Core

Changeset 25843


Ignore:
Timestamp:
10/18/2013 05:15:36 PM (11 years ago)
Author:
nacin
Message:

Use correct variable. fixes #10787.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r25841 r25843  
    14451445
    14461446            // Don't claim we can update on update-core.php if we have a non-critical failure logged.
    1447             if ( $wp_version == $failure_data['current'] && false !== strpos( $wp_version, '.1.next.minor' ) )
     1447            if ( $wp_version == $failure_data['current'] && false !== strpos( $offered_ver, '.1.next.minor' ) )
    14481448                return false;
    14491449
Note: See TracChangeset for help on using the changeset viewer.