Changeset 60909 for trunk/src/wp-includes/theme.php
- Timestamp:
- 10/07/2025 01:23:00 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r60681 r60909 3816 3816 </script> 3817 3817 <?php 3818 wp_print_inline_script_tag( wp_remove_surrounding_empty_script_tags( ob_get_clean() ) );3818 wp_print_inline_script_tag( wp_remove_surrounding_empty_script_tags( ob_get_clean() ) . "\n//# sourceURL=" . rawurlencode( __FUNCTION__ ) ); 3819 3819 } 3820 3820
Note: See TracChangeset
for help on using the changeset viewer.