Make WordPress Core


Ignore:
Timestamp:
04/14/2008 07:47:37 PM (18 years ago)
Author:
ryan
Message:

Pass size to image_send_to_editor filter. fies #6691 for 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/wp-admin/includes/media.php

    r7656 r7672  
    5858        $html = "<a href='".attribute_escape($url)."'$rel>$html</a>";
    5959
    60     $html = apply_filters( 'image_send_to_editor', $html, $id, $alt, $title, $align, $url );
     60    $html = apply_filters( 'image_send_to_editor', $html, $id, $alt, $title, $align, $url, $size );
    6161
    6262    return $html;
Note: See TracChangeset for help on using the changeset viewer.