Commit ecdad06
committed
refactor(admin): drop unused bulk-create nonce field
The form was a structural shell only — its submit is hijacked by the
picker JS and dispatched via wp.apiFetch, which carries its own
X-WP-Nonce. There's no server-side handler for the POST, so the nonce
field was emitted but never verified. Removed and replaced with a
comment explaining the auth path.1 parent 0154e75 commit ecdad06
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
449 | 452 | | |
450 | | - | |
451 | 453 | | |
452 | 454 | | |
453 | 455 | | |
| |||
0 commit comments