Changeset 12211
- Timestamp:
- 11/18/2009 10:09:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-image-template.php
r12134 r12211 38 38 $html = ''; 39 39 } 40 return apply_filters( 'post_image_html', $html, $post_id, $post_image_id );40 return apply_filters( 'post_image_html', $html, $post_id, $post_image_id, $size, $attr ); 41 41 } 42 42
Note: See TracChangeset
for help on using the changeset viewer.