[wp-trac] [WordPress Trac] #52191: Show plugin update notifications on Plugins screen on WordPress Multisite sub blogs
WordPress Trac
noreply at wordpress.org
Mon Nov 15 21:39:42 UTC 2021
#52191: Show plugin update notifications on Plugins screen on WordPress Multisite
sub blogs
----------------------------+--------------------------------------------
Reporter: DuisterDenHaag | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Plugins | Version: 3.1
Severity: minor | Resolution:
Keywords: needs-patch | Focuses: ui, administration, multisite
----------------------------+--------------------------------------------
Comment (by sebastian.pisula):
Replying to [comment:4 DuisterDenHaag]:
> Any news?
Do you think that solution below should be helpful?
In **wp_plugin_update_rows()** function you should remove condition:
{{{#!php
<?php
if ( ! current_user_can( 'update_plugins' ) ) {
return;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52191#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list