Changeset 33018
- Timestamp:
- 07/01/2015 03:46:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r32949 r33018 722 722 * @param bool $icon Whether the image should be treated as an icon. Default false. 723 723 */ 724 return apply_filters( ' attachment_image_src', $image, $attachment_id, $size, $icon );724 return apply_filters( 'wp_get_attachment_image_src', $image, $attachment_id, $size, $icon ); 725 725 } 726 726
Note: See TracChangeset
for help on using the changeset viewer.