Opened 15 years ago
Closed 15 years ago
#18610 closed defect (bug) (fixed)
show_option_all for wp_list_categories doesn't respect 'Posts page'
| Reported by: | smerriman | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
In the wp_list_categories function, if show_option_all is set, a link for 'showing all categories' is included to get_bloginfo( 'url' ).
This should instead be linking to the Posts Page set on Settings - Reading if it has been set.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch fixes that. I've also added a bit of escaping to the URL's, as it seems to be what happens most other places.