Opened 16 years ago
Closed 16 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: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | JavaScript | Keywords: | reporter-feedback needs-testing |
Focuses: | 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)
#1
@
16 years ago
- 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
Note: See
TracTickets for help on using
tickets.
patch is broken, probably invalid, too.