diff --git a/projects/packages/sync/src/modules/class-callables.php b/projects/packages/sync/src/modules/class-callables.php index 3573746d49b43..c3f132dca687c 100644 --- a/projects/packages/sync/src/modules/class-callables.php +++ b/projects/packages/sync/src/modules/class-callables.php @@ -383,7 +383,7 @@ public function set_plugin_action_links() { if ( ! empty( $plugins_lock ) && ( isset( $current_screeen->id ) && 'plugins' !== $current_screeen->id ) ) { return; } - $plugins = array_keys( Functions::get_plugins() ); + $plugins = Functions::get_plugins(); foreach ( $plugins as $plugin_file => $plugin_data ) { /** * Plugins often like to unset things but things break if they are not able to.