We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429e2e5 commit 5b50f5aCopy full SHA for 5b50f5a
features/core-check-update.feature
@@ -52,7 +52,7 @@ Feature: Check for more recent versions
52
53
$obj = new stdClass;
54
$obj->updates = [];
55
- $obj->last_checked = '1709881133';
+ $obj->last_checked = strtotime( '1 January 2099' );
56
$obj->version_checked = $wp_version;
57
$obj->translations = [];
58
set_site_transient( 'update_core', $obj );
0 commit comments