Make WordPress Core

Changeset 52693


Ignore:
Timestamp:
02/08/2022 04:23:54 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Fix an error in wp_kses_attr() docblock.

Props kebbet.
See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/kses.php

    r52639 r52693  
    11411141 *
    11421142 * If some are allowed it calls `wp_kses_hair()` to split them further, and then
    1143  * it builds up new HTML code from the data that `kses_hair()` returns. It also
     1143 * it builds up new HTML code from the data that `wp_kses_hair()` returns. It also
    11441144 * removes `<` and `>` characters, if there are any left. One more thing it does
    11451145 * is to check if the tag has a closing XHTML slash, and if it does, it puts one
Note: See TracChangeset for help on using the changeset viewer.