[wp-trac] [WordPress Trac] #35229: Stop generating `wp-admin.min.css`

WordPress Trac noreply at wordpress.org
Fri Feb 19 20:33:44 UTC 2016


#35229: Stop generating `wp-admin.min.css`
--------------------------------------+-----------------------------
 Reporter:  dd32                      |       Owner:  dd32
     Type:  enhancement               |      Status:  closed
 Priority:  normal                    |   Milestone:  4.5
Component:  Script Loader             |     Version:
 Severity:  normal                    |  Resolution:  fixed
 Keywords:  has-unit-tests has-patch  |     Focuses:  administration
--------------------------------------+-----------------------------

Comment (by ocean90):

 In [changeset:"36590"]:
 {{{
 #!CommitTicketReference repository="" revision="36590"
 Styles: Bail if `WP_Styles::_css_href()` returns an empty value.

 The style `colors` gets registered with `true` as the source value which
 gets handled later by `wp_style_loader_src()`, a callback for the
 `style_loader_src` filter in `WP_Styles::_css_href()`.
 `wp_style_loader_src()` may return false, for example for the default
 color scheme.

 This was removed in [36550].

 See #35229.
 }}}

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


More information about the wp-trac mailing list