Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42818, comment 3


Ignore:
Timestamp:
01/27/2018 10:09:25 AM (7 years ago)
Author:
soulseekah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42818, comment 3

    initial v1  
    77The second patch also fixes two test issues in not-gettexted:
    88
    9 1. A failing case in the replace test: http vs https URLs in the expected result, seems like links to wordpress.org in PHP files were replaced to their secure counterparts but the po/mos were not touched, so the translation was not being found.
    10 2. __construct vs setUp for initialization on the test case.
     91. A failing case in the replace test: http vs https URLs in the expected result, seems like links to wordpress.org in PHP files were replaced to their secure counterparts but the po/mos were not touched, so the translation was not being found
     102. construct vs setUp for initialization on the test case
    1111
    1212All tests pass with both patches applied.