Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#18965 closed defect (bug) (fixed)

Twenty Eleven: Wrong function name in PHP comment

Reported by: jayjdk's profile Jayjdk Owned by: ryan's profile 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)

twentyeleven_theme_options_render_page.patch (742 bytes) - added by Jayjdk 13 years ago.

Download all attachments as: .zip

Change History (3)

#1 @SergeyBiryukov
13 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.3

#2 @ryan
13 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [18978]:

phpdoc fix. Props Jayjdk. fixes #18965

Note: See TracTickets for help on using tickets.