#1362 closed defect (bug) (fixed)
remove_query_arg() neglects to return the modified query
| Reported by: | MC_incubus | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.5.1 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
remove_query_arg($arg, $uri) does add_query_arg($arg, , $uri) but neglects to return it!
As such, remove_query_arg() is useless.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
line 85 in options.php uses this function (which does not work at all), so we should get this fixed.