Make WordPress Core

Ticket #34823: 34823.diff

File 34823.diff, 486 bytes (added by adamsilverstein, 8 years ago)
  • src/wp-admin/includes/media.php

     
    135135                $html = '<a href="' . esc_attr( $url ) . '"' . $rel . '>' . $html . '</a>';
    136136
    137137        /**
    138          * Filters the image HTML markup to send to the editor.
     138         * Filters the image HTML markup to send to the editor when inserting an image.
    139139         *
    140140         * @since 2.5.0
    141141         *