diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 42a63fa63d..f4a8d8412e 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -2605,7 +2605,7 @@ if ( ! function_exists( 'wp_hash' ) ) : if ( ! in_array( $algo, hash_hmac_algos(), true ) ) { throw new InvalidArgumentException( sprintf( - /** translators: 1: Name of a cryptographic hash algorithm. 2: List of supported algorithms. */ + /* translators: 1: Name of a cryptographic hash algorithm. 2: List of supported algorithms. */ __( 'Unsupported hashing algorithm: %1$s. Supported algorithms are: %2$s' ), $algo, implode( ', ', hash_hmac_algos() ) diff --git a/wp-includes/version.php b/wp-includes/version.php index c5a48a1581..ba8fa4d403 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59602'; +$wp_version = '6.8-alpha-59603'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.