#8607 closed defect (bug) (fixed)
show_name docs say it defaults to 1, but it defaults to 0
| Reported by: | brh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | General | Version: | 2.7 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
PHPdoc patch added to reflect correct defautl value for show_name.