Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30180, comment 61


Ignore:
Timestamp:
09/18/2019 10:34:18 PM (6 years ago)
Author:
antpb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30180, comment 61

    initial v1  
    1 After applying the patch, on line 1115 of media.php there is a reference to an undefined variable of `$src` This was causing a bunch of test failures. I'll be uploading a new patch with a fix. The object should now be `$image_attr['src']`
     1After applying the patch, on line 1170 of media.php there is a reference to an undefined variable of `$src` This was causing a bunch of test failures. I'll be uploading a new patch with a fix. The object should now be `$image_attr['src']`
    22
    33I also noticed that the newly introduced tests are failing in the latest patch. I'll include a fix soon in my patch upload!