Opened 16 years ago
Closed 16 years ago
#15866 closed defect (bug) (fixed)
Update notification bubble for net admin
| Reported by: | PeteMall | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Network Admin | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | multisite |
Description (last modified by )
Attachments (3)
Change History (13)
#3
@
16 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
@
16 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [17029]) Add theme update bubble, hide redundant bubble on network admin. props PeteMall, see #15866.