diff --git a/src/my-calendar.php b/src/my-calendar.php index bd722290..b3dab3b4 100644 --- a/src/my-calendar.php +++ b/src/my-calendar.php @@ -75,7 +75,7 @@ function mc_plugin_activated() { $plugin_data = get_plugin_data( __FILE__, false ); // Translators: Name of plug-in, required PHP version, current PHP version. $message = sprintf( __( '%1$s requires PHP version %2$s or higher. Your current PHP version is %3$s', 'my-calendar' ), $plugin_data['Name'], $required_php_version, phpversion() ); - echo "
$message
' . esc_html( $message ) . '