Opened 15 years ago
Closed 14 years ago
#14271 closed defect (bug) (fixed)
build_query() generates invalid html
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | minor | Version: | 3.0 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
build_query uses & not & in creating url for use in wp_link_pages.
Will not produce valid HTML for default permalinks.
Attachments (1)
Change History (6)
#1
@
15 years ago
The idea is you then need to escape links when you want to use them as HTML, i.e. esc_url( get_permalink() ).
#2
@
15 years ago
ok so wp_link_pages() has to be escaped? surely wp_link_pages should produce a good link without need of another function to clean up after it?
Note: See
TracTickets for help on using
tickets.
patch