Opened 15 years ago
Closed 15 years ago
#18965 closed defect (bug) (fixed)
Twenty Eleven: Wrong function name in PHP comment
| Reported by: | Jayjdk | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Bundled Theme | Version: | 3.2 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
The theme-options.php file in Twenty Eleven has a wrong function name in a PHP comment.
'twentyeleven_options', // Options group, see settings_fields() call in theme_options_render_page()
But since [18430] and [18431], the theme_options_render_page function has changed name to twentyeleven_theme_options_render_page
It's a very small mistake but it might confuse someone.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [18978]: