This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+4 -5
View File
@@ -15,11 +15,10 @@ require_once __DIR__ . '/admin.php';
require ABSPATH . 'wp-admin/includes/revision.php';
/**
* @global int $revision Optional. The revision ID.
* @global string $action The action to take.
* Accepts 'restore', 'view' or 'edit'.
* @global int $from The revision to compare from.
* @global int $to Optional, required if revision missing. The revision to compare to.
* @global int $revision_id Optional. The revision ID.
* @global string $action The action to take. Accepts 'restore', 'view', or 'edit'.
* @global int $from The revision to compare from.
* @global int $to Optional, required if revision missing. The revision to compare to.
*/
$revision_id = ! empty( $_REQUEST['revision'] ) ? absint( $_REQUEST['revision'] ) : 0;