Opened 11 years ago
Closed 9 years ago
#25055 closed defect (bug) (maybelater)
Add in_theme_update_message-$themeid action to theme update table.
Reported by: | pross | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
Plugins have this action and i think themes used to as well.
This patch gets it working again.
Attachments (2)
Change History (7)
#1
@
11 years ago
- Component changed from Administration to Themes
- Milestone changed from Awaiting Review to 3.7
- Version changed from trunk to 3.6
#3
follow-up:
↓ 4
@
11 years ago
- Milestone changed from 3.8 to Future Release
Lots changed here in 3.8. Moving to future pending a new review.
#4
in reply to:
↑ 3
@
10 years ago
- Keywords close added
Replying to nacin:
Lots changed here in 3.8.
Including the way update notices work now. Adding an action wouldn't help, we'd have to filter the output.
I don't think it's vital to add. If it's only to achieve parity with plugins this won't work anyway, due to the difference in how update notices are handled in themes now.
Note: See
TracTickets for help on using
tickets.
They still do: tags/3.6/wp-admin/includes/update.php#L283. However,
wp_theme_update_row()
only runs in network admin.For consistency with the existing instance,
$update
should be passed as a second argument.