From 01ba0e50c53b6b905e0a483e93ed422f374fc5ac Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Fri, 31 Oct 2025 09:46:26 +0100 Subject: [PATCH] Update plugins.php --- plugins/performance-lab/includes/admin/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/performance-lab/includes/admin/plugins.php b/plugins/performance-lab/includes/admin/plugins.php index ce0fa87eab..a3d060b648 100644 --- a/plugins/performance-lab/includes/admin/plugins.php +++ b/plugins/performance-lab/includes/admin/plugins.php @@ -601,7 +601,7 @@ function perflab_render_plugin_card( array $plugin_data ): void { if ( ! $compatible_php || ! $compatible_wp ) { echo '
'; if ( ! $compatible_php && ! $compatible_wp ) { - echo '

' . esc_html_e( 'This plugin does not work with your versions of WordPress and PHP.', 'default' ) . '

'; + echo '

' . esc_html__( 'This plugin does not work with your versions of WordPress and PHP.', 'default' ) . '

'; if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) { echo wp_kses_post( sprintf(