#7883 closed defect (bug) (worksforme)
build_query() using '&' by default for separator
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.7 |
| Component: | General | Keywords: | has-patch tested commit |
| Focuses: | Cc: |
Description
Hi,
the links produced by get_pagenum_link() when not working with permalinks look like:
http://bg.kaloyan.nova/?cat=10&paged=7
while they should be like:
http://bg.kaloyan.nova/?cat=10&paged=7
I found that this is caused by build_query() using '&' as a default value when composing the query. Can that be changed to '&' instead ? In this way it will produce valid links.
Attachments (1)
Change History (8)
#3
@
17 years ago
- Keywords has-patch tested commit added
Tested without any problems to permalinks blogs and regular blogs.
Note: See
TracTickets for help on using
tickets.
Working on this now.