Opened 2 years ago
Last modified 2 years ago
#16945 new enhancement
Add relative URIs containing a query in esc_url()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
I'd like to enhance the esc_url function to accept an url starting with ? (query) to not require a protocol.
That's comparable with the # (fragment) case we already have in.
This is useful to create links to the current page that need a query only. Otherwise the php file must be added and for frontend pages it won't work with pretty permalinks.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.

First approach