WordPress / theme-test-data

Theme Test Data
627 stars 18 forks source link

wptest.io image links broken #16

Closed DannyCooper closed 5 years ago

DannyCooper commented 6 years ago

Example: themeunittestdata.wodpress.xml:1494

http://wptest.io/demo/wp-content/uploads/2011/01/dsc20050727_091048_222.jpg

DannyCooper commented 6 years ago

From what I can tell they need to be changed to this:

http://wptest.io/demo/wp-content/uploads/sites/2/2011/01/dsc20050727_091048_222.jpg

ernilambar commented 6 years ago

@DannyCooper Are you sure this is the correct repo? Did you meant to create issue here https://github.com/poststatus/wptest ? Edit: I hadn't noticed some URL in our xml file points to wptest.io :smile:

carolinan commented 6 years ago

How important is the _original_import_url meta key? Does this cause any errors?

  <wp:postmeta>
    <wp:meta_key>_original_import_url</wp:meta_key>
    <wp:meta_value><![CDATA[http://wptest.io/demo/wp-content/uploads/2011/01/dsc20050727_091048_222.jpg]]></wp:meta_value>
  </wp:postmeta>
DannyCooper commented 5 years ago

How important is the _original_import_url meta key? Does this cause any errors?

  <wp:postmeta>
    <wp:meta_key>_original_import_url</wp:meta_key>
    <wp:meta_value><![CDATA[http://wptest.io/demo/wp-content/uploads/2011/01/dsc20050727_091048_222.jpg]]></wp:meta_value>
  </wp:postmeta>

Is there any value in keeping those links, considering they are broken?

carolinan commented 5 years ago

They have been removed,

DannyCooper commented 5 years ago

They are still in master - https://github.com/WPTRT/theme-unit-test/blob/d6301641f02b278f4a527b2cb0a0ad092f2322fe/themeunittestdata.wordpress.xml#L1438