Opened 11 years ago
Closed 11 years ago
#26664 closed defect (bug) (fixed)
Restore update_right_now_message()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | minor | Version: | 3.8 |
Component: | Upgrade/Install | Keywords: | has-patch commit |
Focuses: | ui, administration | Cc: |
Description
the function update_right_now_message() in WordPress 3.8 has no reason to exist because of the new widget 'At Glance'
/wp-admin/includes/update.php #line 223
Attachments (3)
Change History (11)
#1
@
11 years ago
- Severity changed from normal to minor
- Summary changed from Removing unnecessary and uncalled function to Removing unnecessary and uncalled function update_right_now_message()
#2
@
11 years ago
- Component changed from General to Administration
- Milestone changed from Awaiting Review to 3.9
#4
@
11 years ago
- Component changed from Administration to Upgrade/Install
- Focuses ui administration added
#5
@
11 years ago
.2 patch reactivates update_right_now_message()
.
Screenshots before & after patch: https://cloudup.com/cI2DHGkjVjS
Note: See
TracTickets for help on using
tickets.
Hmm. This function should probably go back into service. wp_dashboard_right_now() used to call it, but now you don't actually get an update nag there if you're out of date. You should.