Changes between Initial Version and Version 1 of Ticket #35229, comment 2
- Timestamp:
- 12/27/2015 01:05:38 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35229, comment 2
initial v1 4 4 5 5 [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.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/*` so the harm seems minimal (plus we already treat the login as "admin" in other ways). 7 7 8 8 [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)