Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #14110, comment 7


Ignore:
Timestamp:
02/08/2012 12:26:06 AM (13 years ago)
Author:
Sam_a
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14110, comment 7

    initial v1  
    11+1. When I added the `wp_get_attachment_image_attributes` hook (#8732), I omitted the height and width attributes because `wp_get_attachment_image()` had used `image_hwstring()` to format those. But it really doesn't make any sense that they're left out.
    2 
    3 I think `image_hwstring()` is called only by `wp_get_attachment_image_attributes()`.