#8607 closed defect (bug) (fixed)
show_name docs say it defaults to 1, but it defaults to 0
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7.1 | Priority: | normal |
| Severity: | minor | Version: | 2.7 |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
PHPdoc patch added to reflect correct defautl value for show_name.