Changes between Version 1 and Version 2 of Ticket #34109, comment 31
- Timestamp:
- 03/10/2016 07:11:26 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34109, comment 31
v1 v2 1 1 Thinking that to be able to handle all cases well, see [https://core.trac.wordpress.org/ticket/34109#comment:25 comment:25], we will need couple more helper functions: `is_ssl_admin()` and `is_ssl_site()`. Both should work regardless of when they are called, i.e. from wp-admin and from the front-end, and should be filtered. 2 2 3 Then we can fix things like inserting https images in the editor to avoid unsafecontent warnings, but replacing them with http on saving when the site is not ssl.3 Then we can fix things like inserting https images in the editor to avoid mixed content warnings, but replacing them with http on saving when the site is not ssl.