Make WordPress Core

Changeset 60079


Ignore:
Timestamp:
03/25/2025 12:53:00 PM (3 weeks ago)
Author:
joemcgill
Message:

Editor: Fix translators note in wp_unique_id_from_values().

Follow up to [60075] to fix a typo.

Props mukesh27, johnbillion.
See #62985.

File:
1 edited

Legend:

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

    r60075 r60079  
    91949194        _doing_it_wrong(
    91959195            __FUNCTION__,
    9196             // translators: $data` is the parameter name and must not be translated.
     9196            // translators: '$data' is the parameter name and must not be translated.
    91979197            __( 'The $data argument must not be empty.' ),
    91989198            '6.8.0'
Note: See TracChangeset for help on using the changeset viewer.