Skip to content

Commit

Permalink
Include stale fixer in main story
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Oct 23, 2024
1 parent 24a6e43 commit 7221cf9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ Default.args = {
file: '/var/www/html/wp-admin/index.php',
extensionStatus: '',
},
fixer: null,
fixer: {
status: 'in_progress',
last_updated: new Date( '1999-09-09T19:19:19.000Z' ).toISOString(),
},
filename: '/var/www/html/wp-admin/index.php',
diff: "--- /tmp/wordpress/6.6.2/wordpress/wp-admin/index.php\t2024-10-07 20:40:04.887546480 +0000\n+++ /var/www/html/wp-admin/index.php\t2024-10-07 20:39:58.775512965 +0000\n@@ -210,3 +210,4 @@\n wp_print_community_events_templates();\n \n require_once ABSPATH . 'wp-admin/admin-footer.php';\n+if ( true === false ) exit();\n\\ No newline at end of file\n",
},
Expand Down

0 comments on commit 7221cf9

Please sign in to comment.