Opened 6 years ago
Closed 6 years ago
#4517 closed defect (bug) (fixed)
Enqueueing chapter.js in wporg-developer theme so that child themes can enjoy it.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Developer Hub | Keywords: | has-patch |
| Cc: |
Description
Hi,
I'm building a child theme of wporg-developer and I currently have to dequeue wporg-developer-chapters to re-enqueue it using another handle and get_template_directory_uri() (instead of get_stylesheet_directory_uri() used in the theme_scripts_styles() function of the wporg-developer theme).
Would it be possible to use get_template_directory_uri() directly in the wporg-developer theme? That would be really great.
I'm attaching a patch with the suggested change.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 8966: