Make WordPress Core

Changeset 59714


Ignore:
Timestamp:
01/27/2025 07:23:45 PM (11 months ago)
Author:
joedolson
Message:

Administration: Fix typo in code documentation in wp/sanitize.js.

Change "Text to have the HTML tags striped out of." to "Text to strip the HTML tags from."

Replaces an unclear statement with a typo with a more clear statement.

Props joedolson, mukesh27, dhruvang21.
Fixes #62851.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/wp/sanitize.js

    r46586 r59714  
    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.
Note: See TracChangeset for help on using the changeset viewer.