Skip to content

Commit 9cc4078

Browse files
committed
Editor: Fix translators note in wp_unique_id_from_values().
Follow up to [60075] to fix a typo. Props mukesh27, johnbillion. See #62985. git-svn-id: https://develop.svn.wordpress.org/trunk@60079 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cd784a2 commit 9cc4078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9193,7 +9193,7 @@ function wp_unique_id_from_values( array $data, string $prefix = '' ): string {
91939193
if ( empty( $data ) ) {
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'
91999199
);

0 commit comments

Comments
 (0)