Opened 14 years ago
Closed 14 years ago
#15866 closed defect (bug) (fixed)
Update notification bubble for net admin
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Network Admin | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description (last modified by )
Attachments (3)
Change History (13)
#3
@
14 years ago
I was going to remark it looked odd that the update-core.php is install_plugins. But it's the same in wp-admin/menu.php too.
But then we use update_plugins in update-core.php itself. That's a better check I think. Were's the update_core check? Don't we have that cap?
#6
@
14 years ago
Patch moves to update_core for update-core.php. Also checks update_plugins for both display and the action, and update_themes for display and the action.
Plugin/theme updates can already take place on those respective pages, so I am not concerned about someone who might have update_plugins and/or update_themes but not update_core from now seeing this page -- at least for 3.1. Again, that'd have to be a plugin anyway. None of our constants split the three update_ caps from each other.
I committed a perfectly generic string that way translators can get going on it.
(In [17029]) Add theme update bubble, hide redundant bubble on network admin. props PeteMall, see #15866.