mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-09 00:51:35 +01:00
Use correct variable. fixes #10787.
Built from https://develop.svn.wordpress.org/trunk@25843 git-svn-id: http://core.svn.wordpress.org/trunk@25843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
350365c602
commit
aea50d4b4c
@ -1444,7 +1444,7 @@ class Core_Upgrader extends WP_Upgrader {
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Don't claim we can update on update-core.php if we have a non-critical failure logged.
|
// Don't claim we can update on update-core.php if we have a non-critical failure logged.
|
||||||
if ( $wp_version == $failure_data['current'] && false !== strpos( $wp_version, '.1.next.minor' ) )
|
if ( $wp_version == $failure_data['current'] && false !== strpos( $offered_ver, '.1.next.minor' ) )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Cannot update if we're retrying the same A to B update that caused a non-critical failure.
|
// Cannot update if we're retrying the same A to B update that caused a non-critical failure.
|
||||||
|
Loading…
Reference in New Issue
Block a user