Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #23964, comment 7


Ignore:
Timestamp:
04/10/2013 01:01:47 AM (12 years ago)
Author:
jbobich
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23964, comment 7

    v1 v2  
    33Seems strange that in `post_formats_compat` the image is returned with the link if it exists, but if you've got support for structured-post-formats > Image format, and you're using `the_post_format_image()`, user's Link field is ignored.
    44
    5 ... Or maybe if you're supporting the image structured post format, it's expected that you'd then be coming up with your own way to determine if the image should be wrapped in the link. Either way, as pointed out earlier, TwentyThirteen does completely ignore the Link field on an Image post.
     5... Or maybe if you're supporting the image structured post format, it's expected that you'd then be coming up with your own way to determine if the image should be wrapped in the link. Either way, as pointed out earlier, TwentyThirteen does completely ignore the Link field on an Image post, which doesn't seem right.