Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35045, comment 9


Ignore:
Timestamp:
12/14/2015 01:44:04 AM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35045, comment 9

    initial v1  
    11In 35045.patch:
    2 - Remove the protocols of both `$image_src` and `$base_url` before comparing them to be able to match http, https, and protocol relative URLs.
     2- Remove the protocols from `$image_src` and `$base_url` before comparing them to be able to match http, https, and protocol relative URLs.
    33- Add the unit tests to the same patch.