Ticket #62851: 62851.diff
| File 62851.diff, 452 bytes (added by , 16 months ago) |
|---|
-
src/js/_enqueues/wp/sanitize.js
16 16 /** 17 17 * Strip HTML tags. 18 18 * 19 * @param {string} text Text to have the HTML tags striped out of.19 * @param {string} text Text to strip the HTML tags from. 20 20 * 21 21 * @return Stripped text. 22 22 */