Changeset 57239 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 01/03/2024 09:57:32 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r56838 r57239 505 505 } 506 506 507 // Looks like we found some crazy unfiltered HTML. Skipping it for sanity.507 // Looks like we found some crazy unfiltered HTML. Skipping it for confidence. 508 508 $element = strtr( $element, $trans ); 509 509 continue;
Note: See TracChangeset
for help on using the changeset viewer.