Make WordPress Core

Ticket #23799: 23799.patch

File 23799.patch, 779 bytes (added by Jayjdk, 10 years ago)
  • wp-content/themes/twentythirteen/image.php

     
    6868                                                        );
    6969
    7070                                                        $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 &times; %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 &times; %3$s resolution</a></span>', 'twentythirteen' ),
    7272                                                                esc_url( wp_get_attachment_url() ),
    7373                                                                $metadata['width'],
    7474                                                                $metadata['height']