Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9193,10 +9193,7 @@ function wp_unique_id_from_values( array $data, string $prefix = '' ): string {
if ( empty( $data ) ) {
_doing_it_wrong(
__FUNCTION__,
sprintf(
__( 'The $data argument must not be empty.' ),
gettype( $data )
),
__( 'The $data argument must not be empty.' ),
Comment thread
peterwilsoncc marked this conversation as resolved.
'6.8.0'
);
}
Expand Down
Loading