Changeset 56748 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/29/2023 07:45:53 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r56743 r56748 7620 7620 </script> 7621 7621 <?php 7622 wp_print_inline_script_tag( str_replace( array( '<script>', '</script>' ), '',ob_get_clean() ) );7622 wp_print_inline_script_tag( wp_remove_surrounding_empty_script_tags( ob_get_clean() ) ); 7623 7623 } 7624 7624
Note: See TracChangeset
for help on using the changeset viewer.