Opened 3 years ago
Closed 3 years ago
#12683 closed defect (bug) (fixed)
Missing function dependency for wp-ajax.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | General | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | matt@… |
Description
wp-ajax.php is currently broken because it attempts to call send_nosniff_header() which resides in wp-admin/includes/misc.php
Attachments (1)
Change History (4)
- Cc matt@… added
- Keywords hash-patch added
- Owner sivel deleted
- Status changed from new to assigned
Attached patch moves send_nosniff_header to wp-includes/functions.php since it is now used in both the frontend and the admin.
Note: See
TracTickets for help on using
tickets.

Move send_nosniff_header to wp-includes/functions.php