#5366 closed defect (bug) (fixed)
Script must not have attribute charset unless attribute src is also specified
Reported by: | henry.wright | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | 1.9.1 |
Component: | Appearance - Template Pack | Keywords: | has-patch |
Cc: |
Description
When the AJAX url is put in the header by buddypress-functions.php (see function head_scripts()
on line 336), the W3C Validator gives an error:
"Element script must not have attribute charset unless attribute src is also specified"
The same issue was resolved over at bbPress recently:
https://bbpress.trac.wordpress.org/ticket/1959
Please find patch attached.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 8141: