Opened 13 years ago
Closed 13 years ago
#18965 closed defect (bug) (fixed)
Twenty Eleven: Wrong function name in PHP comment
Reported by: | Jayjdk | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | trivial | Version: | 3.2 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
In [18978]: