diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index 3b49df23f95..6564d77f698 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -1814,8 +1814,7 @@ function wc_asort_by_locale( &$data, $locale = '' ) { if ( Constants::is_true( 'WP_DEBUG' ) ) { error_log( // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log sprintf( - /* translators: 1: PHP docs link 2: error message */ - __( 'An unexpected error occurred while trying to use PHP Intl Collator class, it may be caused by an incorrect installation of PHP Intl and ICU, and could be fixed by reinstallaing PHP Intl, see more details about PHP Intl installation: %1$s. Error message: %2$s', 'woocommerce' ), + 'An unexpected error occurred while trying to use PHP Intl Collator class, it may be caused by an incorrect installation of PHP Intl and ICU, and could be fixed by reinstallaing PHP Intl, see more details about PHP Intl installation: %1$s. Error message: %2$s', 'https://www.php.net/manual/en/intl.installation.php', $e->getMessage() )