Ticket #23799: 23799.patch
File 23799.patch, 779 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="Link to full-size image">View full %2$s × %3$s resolution</a></span>', 'twentythirteen' ), 72 72 esc_url( wp_get_attachment_url() ), 73 73 $metadata['width'], 74 74 $metadata['height']