Changeset 48139 for trunk/src/wp-includes/kses.php
- Timestamp:
- 06/23/2020 11:09:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r48132 r48139 1453 1453 $regex = 1454 1454 '(?:' 1455 . '[_a-zA-Z][-_a-zA-Z0-9:.]*' 1455 . '[_a-zA-Z][-_a-zA-Z0-9:.]*' // Attribute name. 1456 1456 . '|' 1457 . '\[\[?[^\[\]]+\]\]?' // Shortcode in the name position implies unfiltered_html.1457 . '\[\[?[^\[\]]+\]\]?' // Shortcode in the name position implies unfiltered_html. 1458 1458 . ')' 1459 1459 . '(?:' // Attribute value.
Note: See TracChangeset
for help on using the changeset viewer.