From 48ac0da4e149f2576af7bc415d689fd515e8640e Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Sat, 24 Aug 2013 02:06:06 -0400 Subject: [PATCH] Second round of removing title attributes. --- image.php | 9 ++++----- inc/custom-header.php | 2 +- inc/template-tags.php | 9 +++------ searchform.php | 2 +- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/image.php b/image.php index e9c7d502..643522b1 100644 --- a/image.php +++ b/image.php @@ -20,14 +20,13 @@ get_header();
at %4$s × %5$s in %8$s', '_s' ), + printf( __( 'Published at %4$s × %5$s in %7$s', '_s' ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_url( wp_get_attachment_url() ), $metadata['width'], $metadata['height'], esc_url( get_permalink( $post->post_parent ) ), - esc_attr( strip_tags( get_the_title( $post->post_parent ) ) ), get_the_title( $post->post_parent ) ); @@ -66,11 +65,11 @@ get_header();