Ticket #32093: 32093.diff
File 32093.diff, 569 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/media.php
322 322 323 323 $title = $title ? 'title="' . esc_attr( $title ) . '" ' : ''; 324 324 325 $class = 'align' . esc_attr($align) .' size-' . esc_attr($size) . ' wp-image-' . $id;325 $class = 'align' . esc_attr($align) .' attachment-' . esc_attr($size) . ' size-' . esc_attr($size) . ' wp-image-' . $id; 326 326 327 327 /** 328 328 * Filter the value of the attachment's image tag class attribute.