#34363 closed defect (bug) (fixed)
Incorrect comment in wp_list_categories()
| Reported by: | SergeyBiryukov | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Taxonomy | Version: | 4.3 |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: |
Description
The comment for getting the posts page URL in wp_list_categories() is incorrect:
// Fallback for the 'All' link is the front page.
If should be "posts page", not "front page".
Introduced in [32292].
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)
Added patch to correct the comment.