Ticket #23799: 23799.6.patch
File 23799.6.patch, 852 bytes (added by , 10 years ago) |
---|
-
wp-content/themes/twentythirteen/image.php
68 68 ); 69 69 70 70 $metadata = wp_get_attachment_metadata(); 71 printf( '<span class="attachment-meta full-size-link"><a href="%1$s" title=" Link to full-size image">View full %2$s × %3$s resolution</a></span>',71 printf( '<span class="attachment-meta full-size-link"><a href="%1$s" title="%2$s">%3$s (%4$s × %5$s)</a></span>', 72 72 esc_url( wp_get_attachment_url() ), 73 esc_attr__( 'Link to full resolution image', 'twentythirteen' ), 74 __( 'Full-size', 'twentythirteen' ), 73 75 $metadata['width'], 74 76 $metadata['height'] 75 77 );