diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/js/wp-sanitize.js --- a/wp/wp-includes/js/wp-sanitize.js Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/js/wp-sanitize.js Fri Sep 05 18:52:52 2025 +0200 @@ -16,7 +16,7 @@ /** * Strip HTML tags. * - * @param {string} text Text to have the HTML tags striped out of. + * @param {string} text Text to strip the HTML tags from. * * @return Stripped text. */