Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26664 closed defect (bug) (fixed)

Restore update_right_now_message()

Reported by: rvola's profile rvola Owned by: nacin's profile nacin
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)

26664.diff (2.0 KB) - added by obenland 11 years ago.
26664.2.diff (2.1 KB) - added by obenland 11 years ago.
26664.3.diff (2.2 KB) - added by obenland 11 years ago.

Download all attachments as: .zip

Change History (11)

#1 @rvola
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 @SergeyBiryukov
11 years ago

  • Component changed from General to Administration
  • Milestone changed from Awaiting Review to 3.9

@obenland
11 years ago

#3 @obenland
11 years ago

  • Keywords has-patch added

#4 @nacin
11 years ago

  • Component changed from Administration to Upgrade/Install
  • Focuses ui administration added

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.

@obenland
11 years ago

#5 @obenland
11 years ago

.2 patch reactivates update_right_now_message().

Screenshots before & after patch: https://cloudup.com/cI2DHGkjVjS

@obenland
11 years ago

#6 @kirasong
11 years ago

  • Keywords commit added

26664.3.diff looks great.

#7 @nacin
11 years ago

  • Summary changed from Removing unnecessary and uncalled function update_right_now_message() to Restore update_right_now_message()

#8 @nacin
11 years ago

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

In 27711:

Restore the update message in the dashboard, removed in 3.8.

props obenland.
fixes #26664.

Note: See TracTickets for help on using tickets.