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

WordPress Trac noreply at wordpress.org
Wed Feb 17 16:13:57 UTC 2016


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

 * keywords:  needs-patch => needs-patch has-unit-tests


Comment:

 Attached [attachment:35229.6.diff] with two tests.
 `test_wp_register_script_with_handle_without_source()` is currently
 failing:

 {{{
 1)
 Tests_Dependencies_Scripts::test_wp_register_script_with_handle_without_source
 Failed asserting that two strings are equal.
 --- Expected
 +++ Actual
 @@ @@
  '<script type='text/javascript' src='http://example.com?ver=1'></script>
  <script type='text/javascript' src='http://example.com?ver=2'></script>
 +<script type='text/javascript' src='?ver=4.5-alpha-35776-src'></script>
  '
 }}}

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


More information about the wp-trac mailing list