Changeset 57584 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 02/11/2024 07:12:42 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r57239 r57584 505 505 } 506 506 507 // Looks like we found some crazyunfiltered HTML. Skipping it for confidence.507 // Looks like we found some unexpected 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.