Opened 22 months ago
Closed 19 months ago
#18610 closed defect (bug) (fixed)
show_option_all for wp_list_categories doesn't respect 'Posts page'
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
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)
solarissmoke
— 22 months ago
comment:1
solarissmoke
— 22 months ago
- Keywords has-patch added
comment:2
SergeyBiryukov
— 22 months ago
- Milestone changed from Awaiting Review to 3.3
Note: See
TracTickets for help on using
tickets.
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.