You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2020. It is now read-only.
WP_PLugins_List_Table doesn't add row actions for plugins when these statuses are current.
Especially for dropins, these are usually not plugins that are "updateable", e.g.:
install.php
db.php (Query Monitor symlinks this to a file within it's plugin dir
advanced-cache.php, usually added by caching plugins
etc
I guess it's possible that mustuse plugins could be "updateable", but again, they are usually symlinks to files within other plugins (.e.g, ManageWP Worker.
At the very least, wp_autoupdates_add_plugins_autoupdates_column_content() should do a check such as:
WP_PLugins_List_Table
doesn't add row actions for plugins when these statuses are current.Especially for
dropins
, these are usually not plugins that are "updateable", e.g.:install.php
db.php
(Query Monitor symlinks this to a file within it's plugin diradvanced-cache.php
, usually added by caching pluginsI guess it's possible that
mustuse
plugins could be "updateable", but again, they are usually symlinks to files within other plugins (.e.g, ManageWP Worker.At the very least,
wp_autoupdates_add_plugins_autoupdates_column_content()
should do a check such as:otherwise PHP notices (
Undefined index
) are generated when constructing$aria_label
, since$plugins[ $plugin_file ]
isn't set.The text was updated successfully, but these errors were encountered: