Opened 3 years ago
Closed 3 years ago
#56717 closed defect (bug) (fixed)
Twenty Eleven: Correctly escape template directory uri
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
In wp-content/themes/twentyeleven/inc/block-patterns.php file, I've found that the get_template_directory_uri()
is called without escaping which I think should be escaped.
I've checked other latest themes where the escaping is used. Link mentioned below
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Created patch