Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-image-template.php

    r12134 r12211  
    3838        $html = '';
    3939    }
    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 );
    4141}
    4242
Note: See TracChangeset for help on using the changeset viewer.