- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-image-template.php
r12211 r12134 38 38 $html = ''; 39 39 } 40 return apply_filters( 'post_image_html', $html, $post_id, $post_image_id , $size, $attr);40 return apply_filters( 'post_image_html', $html, $post_id, $post_image_id ); 41 41 } 42 42
Note: See TracChangeset
for help on using the changeset viewer.