Changeset 25843
- Timestamp:
- 10/18/2013 05:15:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r25841 r25843 1445 1445 1446 1446 // 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' ) ) 1448 1448 return false; 1449 1449
Note: See TracChangeset
for help on using the changeset viewer.