#8607 closed defect (bug) (fixed)
show_name docs say it defaults to 1, but it defaults to 0
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | General | Version: | 2.7 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: |
Description
In the comment for _walk_bookmarks in bookmark-template.php, it says that the new "show_name" parameter defaults to 1, but in the code it defaults to 0.
Attachments (1)
Change History (6)
comment:3
jacobsantos — 4 years ago
- Keywords has-patch commit added; haspatch removed
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

PHPdoc patch added to reflect correct defautl value for show_name.