Changes between Initial Version and Version 1 of Ticket #64361
- Timestamp:
- 12/05/2025 01:16:28 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64361
- Property Component General → Themes
- Property Focuses javascript performance added
- Property Milestone Awaiting Review → 7.0
- Property Summary Skip Link Minification → Leverage HTML API to implement block template skip link
- Property Version → 5.8
-
Ticket #64361 – Description
initial v1 1 Hi, 1 When `the_block_template_skip_link()` (now `wp_enqueue_block_template_skip_link()`) was introduced in #53176 there was no HTML API which necessitated JavaScript to add the skip link. This can now be revisited to leverage `WP_HTML_Tag_Processor` to add the skip link. 2 3 The inline JavaScript can then be eliminated. 4 5 The CSS should also be minified. 6 7 ---- 2 8 3 9 Can skip link CSS/JS be minified? 4 10 5 11 https://github.com/WordPress/wordpress-develop/blob/0b50baa5d164bedd17d3ae9e2eafc6286d6255b6/src/wp-includes/theme-templates.php#L172 6 7 Kind regards
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)