Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31997


Ignore:
Timestamp:
04/17/2015 12:53:33 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Please contact WordPress.com Support to report the problem.

This Trac is a development tool for WordPress core software, available for download on WordPress.org.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31997

    • Property Milestone Awaiting Review
    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #31997 – Description

    initial v1  
    11Image tags like
    2     <img src="http://tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png" width="450">
     2`<img src="http://tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png" width="450">`
    33
    44get served as
    5 
    6     <img width="450" src="https://i0.wp.com/tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png" height="298" srcset="https://i0.wp.com/tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png&zoom=2 2x" scale="2">
     5`<img width="450" src="https://i0.wp.com/tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png" height="298" srcset="https://i0.wp.com/tuvalu.santafe.edu/~yoav/kinnet/images/cube_net_folding.png&zoom=2 2x" scale="2">`
    76
    87The ampersand in the srcset attribute should likely be a questionmark; as it is, the server returns