Changes between Initial Version and Version 1 of Ticket #5133, comment 1
- Timestamp:
- 04/06/2020 06:28:14 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5133, comment 1
initial v1 1 1 There's some functionality on WordPress.org to do just that. 2 2 3 If a WordPress.org theme registers support for `wp4-styles` then the global header won't output `wp4.css`:3 If a WordPress.org theme (or page I guess) registers support for `wp4-styles` then the global header won't output `wp4.css`: 4 4 {{{ 5 5 themes/pub/wporg-themes/functions.php: add_theme_support( 'wp4-styles' );