Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#20623 closed defect (bug) (fixed)

Switch to WP_Theme::display() in theme update message

Reported by: SergeyBiryukov Owned by: ryan
Priority: normal Milestone: 3.4
Component: Themes Version: 3.4
Severity: minor Keywords: has-patch commit
Cc: Focuses:

Description

theme_update_available() uses WP_Theme::get() to display a theme name:
http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/theme.php?rev=20236#L127

According to WP_Theme docs, display() should be used there.

Attachments (1)

20623.patch (975 bytes ) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
14 years ago

  • Keywords commit added

#2 @ryan
14 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

In [20733]:

Switch to WP_Theme::display() in theme update message. Props SergeyBiryukov. fixes #20623

Note: See TracTickets for help on using tickets.