Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #38148, comment 3


Ignore:
Timestamp:
09/23/2016 08:26:45 PM (9 years ago)
Author:
aristath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38148, comment 3

    v1 v2  
    88Current sites that already have assets will use the format they're already using for existing images, and new images will have the protocol stripped.
    99New sites however will be a lot cleaner since all assets will not include the protocol when they're saved in the db, so if they decide to switch from http to https at some point it will be a lot easier for them.
    10 
    11 Not to mention it's best practice to omit the protocol anyway in these things...
     10It's just cleaner this way and has no unwanted side-effects.