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)
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 [20733]: