diff --git src/wp-content/themes/twentytwelve/image.php src/wp-content/themes/twentytwelve/image.php
index c17067cb23..5b8674dd91 100644
|
|
|
get_header(); ?> |
| 32 | 32 | esc_attr( get_the_date( 'c' ) ), |
| 33 | 33 | esc_html( get_the_date() ), |
| 34 | 34 | esc_url( wp_get_attachment_url() ), |
| 35 | | $metadata['width'], |
| 36 | | $metadata['height'], |
| | 35 | esc_attr( $metadata['width'] ), |
| | 36 | esc_attr( $metadata['height'] ), |
| 37 | 37 | esc_url( get_permalink( $post->post_parent ) ), |
| 38 | 38 | esc_attr( strip_tags( get_the_title( $post->post_parent ) ) ), |
| 39 | | get_the_title( $post->post_parent ) |
| | 39 | esc_html( get_the_title( $post->post_parent ) ) |
| 40 | 40 | ); |
| 41 | 41 | ?> |
| 42 | 42 | <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> |