Ticket #19282: 19282.patch
| File 19282.patch, 462 bytes (added by , 14 years ago) |
|---|
-
wp-includes/post-template.php
1165 1165 $post_title = esc_attr( $_post->post_title ); 1166 1166 1167 1167 if ( $text ) 1168 $link_text = esc_attr( $text );1168 $link_text = $text; 1169 1169 elseif ( $size && 'none' != $size ) 1170 1170 $link_text = wp_get_attachment_image( $id, $size, $icon ); 1171 1171 else