Make WordPress Core


Ignore:
Timestamp:
01/14/2025 11:37:00 AM (10 months ago)
Author:
johnbillion
Message:

Docs: Correct a translator comment that was added in [59578].

See #62005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r59592 r59603  
    26062606            throw new InvalidArgumentException(
    26072607                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. */
    26092609                    __( 'Unsupported hashing algorithm: %1$s. Supported algorithms are: %2$s' ),
    26102610                    $algo,
Note: See TracChangeset for help on using the changeset viewer.