Changes between Version 1 and Version 2 of Ticket #27175, comment 14
- Timestamp:
- 02/22/2014 04:55:22 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27175, comment 14
v1 v2 5 5 6 6 7 It turned out that without plugins registering scripts too early, `wp_default_styles()` actually does not run earlier than `admin_init` .7 It turned out that without plugins registering scripts too early, `wp_default_styles()` actually does not run earlier than `admin_init` in the admin. 8 8 9 9 Still, [attachment:27175.6.diff] makes the most sense to me here.