Changes between Initial Version and Version 1 of Ticket #60734
- Timestamp:
- 03/09/2024 10:31:21 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60734
-
Property
Component
changed from
General
toScript Loader
-
Property
Type
changed from
feature request
toenhancement
-
Property
Summary
changed from
Open Sans mystery
toDeregistering Open Sans
-
Property
Component
changed from
-
Ticket #60734 – Description
initial v1 1 1 I have wasted an entire day trying to figure out why my Open Sans styles were not applying. This is counterproductive/suboptimal. 2 2 3 As it turns out, Open Sans was packed in WP back in 2014, which is fine by me. More info: https://core.trac.wordpress.org/ticket/284783 As it turns out, Open Sans was packed in WP back in 2014, which is fine by me. More info: #28478 4 4 5 However it is **not** immediately **obvious** one needs to wp_deregister_style('open-sans');before he can register his own style.5 However it is **not** immediately **obvious** one needs to `wp_deregister_style('open-sans');` before he can register his own style. 6 6 7 Please, consider making an exception and make wp_register_style() automatically wp_deregister_style(X)if X equals 'open-sans'. Otherwise consider other courses of action that may prevent others from incurring in the same problem I did.7 Please, consider making an exception and make `wp_register_style()` automatically `wp_deregister_style(X)` if X equals 'open-sans'. Otherwise consider other courses of action that may prevent others from incurring in the same problem I did. 8 8 9 9 Thanks.