Changeset 55861 for trunk/src/wp-content/themes/twentytwenty/functions.php
- Timestamp:
- 05/26/2023 05:23:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/functions.php
r55427 r55861 236 236 * 237 237 * @since Twenty Twenty 1.0 238 * @deprecated Twenty Twenty 2.3 Removed from wp_print_footer_scripts action. 238 239 * 239 240 * @link https://git.io/vWdr2 … … 247 248 <?php 248 249 } 249 add_action( 'wp_print_footer_scripts', 'twentytwenty_skip_link_focus_fix' );250 250 251 251 /**
Note: See TracChangeset
for help on using the changeset viewer.