diff --git a/plugins/woocommerce/includes/admin/class-wc-admin-notices.php b/plugins/woocommerce/includes/admin/class-wc-admin-notices.php index fe2eb74f005..5f96d1ec7d1 100644 --- a/plugins/woocommerce/includes/admin/class-wc-admin-notices.php +++ b/plugins/woocommerce/includes/admin/class-wc-admin-notices.php @@ -136,7 +136,7 @@ class WC_Admin_Notices { self::add_custom_notice( 'php72_required_in_woo_65', - __( '

PHP version requirements will change soon

WooCommerce 6.5, scheduled for May 2022, will require PHP 7.2 or newer to work. An upgrade to at least PHP 7.4 is recommended. Learn more about this change.

', 'woocommerce' ) + __( '

PHP version requirements will change soon

WooCommerce 6.5, scheduled for May 2022, will require PHP 7.2 or newer to work. Your server is currently running an older version of PHP, so this change will impact your store. Upgrading to at least PHP 7.4 is recommended. Learn more about this change.

', 'woocommerce' ) ); }