[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:10:12 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 ocean90):

 Which part of `load-styles.php` is removing the first list? It's basically
 doing this:

 {{{#!php
 <?php
 $load = [ 'dashicons,admin-bar', ',site-icon,l10n' ];
 echo implode( '', $load ); // dashicons,admin-bar,site-icon,l10n
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47334#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list