Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #27175, comment 14


Ignore:
Timestamp:
02/22/2014 04:55:22 AM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27175, comment 14

    v1 v2  
    55
    66
    7 It turned out that without plugins registering scripts too early, `wp_default_styles()` actually does not run earlier than `admin_init`.
     7It turned out that without plugins registering scripts too early, `wp_default_styles()` actually does not run earlier than `admin_init` in the admin.
    88
    99Still, [attachment:27175.6.diff] makes the most sense to me here.