Changes between Initial Version and Version 1 of Ticket #5858
- Timestamp:
- 08/11/2021 10:37:41 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5858 – Description
initial v1 1 1 When the theme customizer is used, it outputs the saved CSS in an inline `<style type="text/css" id="wp-custom-css">` tag. You can see an example of this at https://wordpress.org/support/. 2 2 3 In the news section (e.g., https://wordpress.org/news/, view-source:https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/), this code is ''not'' output inline; it's loaded via a request to `https://wordpress.org/news/?custom-css=%some_hash_value%`.3 In the news section (e.g., https://wordpress.org/news/, https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/), this code is ''not'' output inline; it's loaded via a request to `https://wordpress.org/news/?custom-css=%some_hash_value%`. 4 4 5 5 This behaviour should be altered, and the CSS should be loaded inline.