Changeset 56748 for trunk/src/wp-includes/theme-templates.php
- Timestamp:
- 09/29/2023 07:45:53 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-templates.php
r56687 r56748 206 206 </script> 207 207 <?php 208 $skip_link_script = str_replace( array( '<script>', '</script>' ), '',ob_get_clean() );208 $skip_link_script = wp_remove_surrounding_empty_script_tags( ob_get_clean() ); 209 209 $script_handle = 'wp-block-template-skip-link'; 210 210 wp_register_script( $script_handle, false );
Note: See TracChangeset
for help on using the changeset viewer.