Opened 15 years ago
Closed 15 years ago
#18403 closed defect (bug) (fixed)
Cache ajax nonce in internal linking
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Editor | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Every time we make an internal linking query, we lookup $('#_ajax_linking_nonce').val(). It's super fast, but why not just check it once?
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
inputs.noncemight be cleaner.