Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #5858


Ignore:
Timestamp:
08/11/2021 10:37:41 AM (3 years ago)
Author:
jonoaldersonwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5858 – Description

    initial v1  
    11When 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/.
    22
    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%`.
     3In 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%`.
    44
    55This behaviour should be altered, and the CSS should be loaded inline.