Make WordPress Core

Ticket #62851: 62851.diff

File 62851.diff, 452 bytes (added by joedolson, 16 months ago)
  • src/js/_enqueues/wp/sanitize.js

     
    1616                /**
    1717                 * Strip HTML tags.
    1818                 *
    19                  * @param {string} text Text to have the HTML tags striped out of.
     19                 * @param {string} text Text to strip the HTML tags from.
    2020                 *
    2121                 * @return  Stripped text.
    2222                 */