Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35229, comment 2


Ignore:
Timestamp:
12/27/2015 01:05:38 AM (9 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35229, comment 2

    initial v1  
    44
    55[attachment:35229.2.diff] instead moves those into the script loader too, and ultimately causes `wp-login.php` to use `wp-admin/load-styles.php`.
    6 I'm a little hesitant to introduce a reliance upon `wp-admin` php to `wp-login.php`, however we're already including `wp-admin/css/*` the harm seems minimal.
     6I'm a little hesitant to introduce a reliance upon `wp-admin` php to `wp-login.php`, however we're already including `wp-admin/css/*` so the harm seems minimal (plus we already treat the login as "admin" in other ways).
    77
    88[attachment:35229.2.diff] also added the "new" styles to `$rtl_styles` which was missed in the first iteration. After this new change including `wp-login.php` the size difference is down to 40K (current: 2,240K, after: 2,280K)