Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20623 closed defect (bug) (fixed)

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

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

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 12 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
12 years ago

  • Keywords commit added

#2 @ryan
12 years ago

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

In [20733]:

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

Note: See TracTickets for help on using tickets.