Changeset 59603 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 01/14/2025 11:37:00 AM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r59592 r59603 2606 2606 throw new InvalidArgumentException( 2607 2607 sprintf( 2608 /* *translators: 1: Name of a cryptographic hash algorithm. 2: List of supported algorithms. */2608 /* translators: 1: Name of a cryptographic hash algorithm. 2: List of supported algorithms. */ 2609 2609 __( 'Unsupported hashing algorithm: %1$s. Supported algorithms are: %2$s' ), 2610 2610 $algo,
Note: See TracChangeset
for help on using the changeset viewer.