Changeset 56748 for trunk/src/wp-includes/theme.php
- Timestamp:
- 09/29/2023 07:45:53 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r56690 r56748 3801 3801 </script> 3802 3802 <?php 3803 wp_print_inline_script_tag( str_replace( array( '<script>', '</script>' ), '',ob_get_clean() ) );3803 wp_print_inline_script_tag( wp_remove_surrounding_empty_script_tags( ob_get_clean() ) ); 3804 3804 } 3805 3805
Note: See TracChangeset
for help on using the changeset viewer.