diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/js/wp-lists.js --- a/wp/wp-includes/js/wp-lists.js Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/js/wp-lists.js Tue Sep 27 16:37:53 2022 +0200 @@ -218,7 +218,7 @@ * Example 1: data-wp-lists="delete:the-comment-list:comment-{comment_ID}:66cc66:unspam=1" * Example 2: data-wp-lists="dim:the-comment-list:comment-{comment_ID}:unapproved:e7e7d3:e7e7d3:new=approved" * - * Returns an unassociated array with the following data: + * Returns an unassociative array with the following data: * data[0] - Data identifier: 'list', 'add', 'delete', or 'dim'. * data[1] - ID of the corresponding list. If data[0] is 'list', the type of list ('comment', 'category', etc). * data[2] - ID of the parent element of all inputs necessary for the request.