Opened 6 weeks ago
Closed 5 weeks ago
#63432 closed defect (bug) (fixed)
Script dependency between Dashboard and Common
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.9 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Script Loader | Keywords: | dev-feedback has-patch |
Focuses: | Cc: |
Description
Digging into #59301 I've found, by chance, that dashboard.js
has a function deprecateL10nObject
that depends on common.js
I don't know exactly how I got the dependency error (I was playing around with some dashboard.js
defers, when it was triggered), but I think It's pretty straightforward the dependency checking in the dashboard.js code and the common.js code
Change History (3)
This ticket was mentioned in PR #8792 on WordPress/wordpress-develop by @SirLouen.
6 weeks ago
#1
- Keywords has-patch added; needs-patch removed
Note: See
TracTickets for help on using
tickets.
Simple patch to sort this dependency.
Trac ticket: https://core.trac.wordpress.org/ticket/63432