Opened 4 years ago
Closed 4 years ago
#8653 closed defect (bug) (invalid)
[PATCH] wp-admin/js/common.js uses wpAjax() but does not specify wp-ajax-response as a dependency
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | JavaScript | Version: | 2.7 |
| Severity: | normal | Keywords: | reporter-feedback needs-testing |
| Cc: |
Description
Form validation code and some other bits in common.js require wp-ajax-response.js for the wpAjax() call. Does not currently manifest as a javascript error but the dependency graph is wrong.
Attachments (1)
Change History (5)
- Summary changed from wp-admin/js/common.js uses wpAjax() but does not specify wp-ajax-response as a dependency to [PATCH] wp-admin/js/common.js uses wpAjax() but does not specify wp-ajax-response as a dependency
- Component changed from Administration to JavaScript
- Keywords reporter-feedback needs-testing added; has-patch removed
- Owner changed from anonymous to azaozz
Note: See
TracTickets for help on using
tickets.

patch is broken, probably invalid, too.