#17182 closed enhancement (fixed)
string cleanup in general-template
Reported by: | niallkennedy | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | minor | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Some dynamic strings changed to static in general-template.
Also included an esc_html() of two strings passed in an args array to paginate_links(). The function recasts integer variables from the array just to be sure, and should probably escape HTML output from unknowns as well.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
general-template string cleanup