[wp-trac] [WordPress Trac] #47334: _print_styles split styles incorrect when styles name fit in 128 characters
WordPress Trac
noreply at wordpress.org
Tue May 21 10:30:51 UTC 2019
#47334: _print_styles split styles incorrect when styles name fit in 128 characters
-------------------------------+------------------------------
Reporter: awkwin | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Script Loader | Version:
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Comment (by awkwin):
I traced load-styles.php and the query string order was swapped:
[0] => ,site-icon,l10n,buttons,wp-auth-check
[1] => dashicons,admin-bar,common,forms,admin-menu,dashboard,list-
tables,edit,revisions,media,themes,about,nav-menus,wp-pointer,widgets
So the list became
,site-icon,l10n,buttons,wp-auth-checkdashicons,admin-bar,common,forms
,admin-menu,dashboard,list-tables,edit,revisions,media,themes,about,nav-
menus,wp-pointer,widgets.
Apparently we have query string sort enabled at the CDN so the order was
swapped. Disabling query string sort resolved this issue.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47334#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list