<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[25743] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: remove title attributes for better accessibility.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/25743">25743</a></dd>
<dt>Author</dt> <dd>lancewillett</dd>
<dt>Date</dt> <dd>2013-10-09 19:06:06 +0000 (Wed, 09 Oct 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Twenty Fourteen: remove title attributes for better accessibility. Props sabreuse for original patch, see <a href="http://core.trac.wordpress.org/ticket/25054">#25054</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpcontentthemestwentyfourteenauthorphp">trunk/src/wp-content/themes/twentyfourteen/author.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteencontentasidephp">trunk/src/wp-content/themes/twentyfourteen/content-aside.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteencontentfeaturedpostphp">trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteencontentgalleryphp">trunk/src/wp-content/themes/twentyfourteen/content-gallery.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteencontentimagephp">trunk/src/wp-content/themes/twentyfourteen/content-image.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteencontentlinkphp">trunk/src/wp-content/themes/twentyfourteen/content-link.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteencontentquotephp">trunk/src/wp-content/themes/twentyfourteen/content-quote.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteencontentvideophp">trunk/src/wp-content/themes/twentyfourteen/content-video.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenfooterphp">trunk/src/wp-content/themes/twentyfourteen/footer.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenfunctionsphp">trunk/src/wp-content/themes/twentyfourteen/functions.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenheaderphp">trunk/src/wp-content/themes/twentyfourteen/header.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenimagephp">trunk/src/wp-content/themes/twentyfourteen/image.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteeninctemplatetagsphp">trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentyfourteenincwidgetsphp">trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpcontentthemestwentyfourteenauthorphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/author.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/author.php    2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/author.php       2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -27,9 +27,8 @@
</span><span class="cx">                                          the_post();
</span><span class="cx"> 
</span><span class="cx">                                          printf( __( 'All posts by %s', 'twentyfourteen' ), sprintf(
</span><del>-                                                               '<span class="vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="me">%3$s</a></span>',
</del><ins>+                                                                '<span class="vcard"><a class="url fn n" href="%1$s" rel="me">%2$s</a></span>',
</ins><span class="cx">                                                           esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
</span><del>-                                                               esc_attr( get_the_author() ),
</del><span class="cx">                                                           get_the_author()
</span><span class="cx">                                          ) );
</span><span class="cx">                                  ?>
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteencontentasidephp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/content-aside.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/content-aside.php     2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/content-aside.php        2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx"> 
</span><span class="cx">          <div class="entry-meta">
</span><span class="cx">                  <span class="post-format">
</span><del>-                               <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'aside' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'twentyfourteen' ), get_post_format_string( 'aside' ) ) ); ?>"><?php echo get_post_format_string( 'aside' ); ?></a>
</del><ins>+                                <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'aside' ) ); ?>"><?php echo get_post_format_string( 'aside' ); ?></a>
</ins><span class="cx">                   </span>
</span><span class="cx"> 
</span><span class="cx">                  <?php twentyfourteen_posted_on(); ?>
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteencontentfeaturedpostphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php     2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php        2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> ?>
</span><span class="cx"> 
</span><span class="cx"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
</span><del>-       <a class="attachment-featured-featured" href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyfourteen' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="<?php the_ID(); ?>">
</del><ins>+        <a class="attachment-featured-featured" href="<?php the_permalink(); ?>" rel="<?php the_ID(); ?>">
</ins><span class="cx">           <?php
</span><span class="cx">                  if ( has_post_thumbnail() ) :
</span><span class="cx">                          the_post_thumbnail( 'featured-thumbnail-featured' );
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteencontentgalleryphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/content-gallery.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/content-gallery.php   2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/content-gallery.php      2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">          <?php echo wp_get_attachment_image( $image, 'featured-thumbnail-large' ); ?>
</span><span class="cx">  </div>
</span><span class="cx">  <?php elseif ( $image ) : ?>
</span><del>-       <a class="attachment-featured-thumbnail" href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentyfourteen' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="<?php the_ID(); ?>">
</del><ins>+        <a class="attachment-featured-thumbnail" href="<?php the_permalink(); ?>" rel="<?php the_ID(); ?>">
</ins><span class="cx">           <?php echo wp_get_attachment_image( $image, 'featured-thumbnail-large' ); ?>
</span><span class="cx">  </a>
</span><span class="cx">  <?php endif; ?>
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> 
</span><span class="cx">          <div class="entry-meta">
</span><span class="cx">                  <span class="post-format">
</span><del>-                               <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'gallery' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'twentyfourteen' ), get_post_format_string( 'gallery' ) ) ); ?>"><?php echo get_post_format_string( 'gallery' ); ?></a>
</del><ins>+                                <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'gallery' ) ); ?>"><?php echo get_post_format_string( 'gallery' ); ?></a>
</ins><span class="cx">                   </span>
</span><span class="cx"> 
</span><span class="cx">                  <?php twentyfourteen_posted_on(); ?>
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteencontentimagephp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/content-image.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/content-image.php     2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/content-image.php        2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx">          <div class="entry-meta">
</span><span class="cx">                  <span class="post-format">
</span><del>-                               <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'image' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'twentyfourteen' ), get_post_format_string( 'image' ) ) ); ?>"><?php echo get_post_format_string( 'image' ); ?></a>
</del><ins>+                                <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'image' ) ); ?>"><?php echo get_post_format_string( 'image' ); ?></a>
</ins><span class="cx">                   </span>
</span><span class="cx"> 
</span><span class="cx">                  <?php twentyfourteen_posted_on(); ?>
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteencontentlinkphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/content-link.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/content-link.php      2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/content-link.php 2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx"> 
</span><span class="cx">          <div class="entry-meta">
</span><span class="cx">                  <span class="post-format">
</span><del>-                               <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'link' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'twentyfourteen' ), get_post_format_string( 'link' ) ) ); ?>"><?php echo get_post_format_string( 'link' ); ?></a>
</del><ins>+                                <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'link' ) ); ?>"><?php echo get_post_format_string( 'link' ); ?></a>
</ins><span class="cx">                   </span>
</span><span class="cx"> 
</span><span class="cx">                  <?php twentyfourteen_posted_on(); ?>
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteencontentquotephp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/content-quote.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/content-quote.php     2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/content-quote.php        2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx"> 
</span><span class="cx">          <div class="entry-meta">
</span><span class="cx">                  <span class="post-format">
</span><del>-                               <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'quote' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'twentyfourteen' ), get_post_format_string( 'quote' ) ) ); ?>"><?php echo get_post_format_string( 'quote' ); ?></a>
</del><ins>+                                <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'quote' ) ); ?>"><?php echo get_post_format_string( 'quote' ); ?></a>
</ins><span class="cx">                   </span>
</span><span class="cx"> 
</span><span class="cx">                  <?php twentyfourteen_posted_on(); ?>
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteencontentvideophp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/content-video.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/content-video.php     2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/content-video.php        2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> 
</span><span class="cx">          <div class="entry-meta">
</span><span class="cx">                  <span class="post-format">
</span><del>-                               <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'video' ) ); ?>" title="<?php echo esc_attr( sprintf( __( 'All %s posts', 'twentyfourteen' ), get_post_format_string( 'video' ) ) ); ?>"><?php echo get_post_format_string( 'video' ); ?></a>
</del><ins>+                                <a class="entry-format" href="<?php echo esc_url( get_post_format_link( 'video' ) ); ?>"><?php echo get_post_format_string( 'video' ); ?></a>
</ins><span class="cx">                   </span>
</span><span class="cx"> 
</span><span class="cx">                  <?php twentyfourteen_posted_on(); ?>
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenfooterphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/footer.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/footer.php    2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/footer.php       2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx"> 
</span><span class="cx">                  <div class="site-info">
</span><span class="cx">                          <?php do_action( 'twentyfourteen_credits' ); ?>
</span><del>-                               <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfourteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyfourteen' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
</del><ins>+                                <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyfourteen' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
</ins><span class="cx">                   </div><!-- .site-info -->
</span><span class="cx">          </footer><!-- #colophon -->
</span><span class="cx">  </div><!-- #page -->
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/functions.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/functions.php 2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/functions.php    2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -332,9 +332,8 @@
</span><span class="cx">                  $next_attachment_url = get_attachment_link( array_shift( $attachment_ids ) );
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       printf( '<a href="%1$s" title="%2$s" rel="attachment">%3$s</a>',
</del><ins>+        printf( '<a href="%1$s" rel="attachment">%2$s</a>',
</ins><span class="cx">           esc_url( $next_attachment_url ),
</span><del>-               the_title_attribute( array( 'echo' => false ) ),
</del><span class="cx">           wp_get_attachment_image( $post->ID, $attachment_size )
</span><span class="cx">  );
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/header.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/header.php    2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/header.php       2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> 
</span><span class="cx">  <?php if ( get_header_image() ) : ?>
</span><span class="cx">  <div id="site-header">
</span><del>-               <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
</del><ins>+                <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
</ins><span class="cx">                   <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
</span><span class="cx">          </a>
</span><span class="cx">  </div>
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> 
</span><span class="cx">  <header id="masthead" class="site-header" role="banner">
</span><span class="cx">          <div class="header-main">
</span><del>-                       <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
</del><ins>+                        <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
</ins><span class="cx"> 
</span><span class="cx">                  <div class="header-extra">
</span><span class="cx">                          <div class="search-toggle">
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenimagephp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/image.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/image.php     2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/image.php        2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -24,9 +24,9 @@
</span><span class="cx"> 
</span><span class="cx">                                  <span class="entry-date"><time class="entry-date" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>"><?php echo esc_html( get_the_date() ); ?></time></span>
</span><span class="cx"> 
</span><del>-                                       <span class="full-size-link"><a href="<?php echo wp_get_attachment_url(); ?>" title="Link to full-size image"><?php echo $metadata['width']; ?> &times; <?php echo $metadata['height']; ?></a></span>
</del><ins>+                                        <span class="full-size-link"><a href="<?php echo wp_get_attachment_url(); ?>"><?php echo $metadata['width']; ?> &times; <?php echo $metadata['height']; ?></a></span>
</ins><span class="cx"> 
</span><del>-                                       <span class="parent-post-link"><a href="<?php echo get_permalink( $post->post_parent ); ?>" title="Return to <?php echo esc_attr( get_the_title( $post->post_parent ) ); ?>" rel="gallery"><?php echo get_the_title( $post->post_parent ); ?></a></span>
</del><ins>+                                        <span class="parent-post-link"><a href="<?php echo get_permalink( $post->post_parent ); ?>" rel="gallery"><?php echo get_the_title( $post->post_parent ); ?></a></span>
</ins><span class="cx">                                   <?php edit_post_link( __( 'Edit', 'twentyfourteen' ), '<span class="edit-link">', '</span>' ); ?>
</span><span class="cx">                          </div><!-- .entry-meta -->
</span><span class="cx">                  </header><!-- .entry-header -->
</span><span class="lines">@@ -58,11 +58,11 @@
</span><span class="cx">                  <footer class="entry-meta">
</span><span class="cx">                          <?php
</span><span class="cx">                                  if ( comments_open() && pings_open() ) : // Comments and trackbacks open
</span><del>-                                               printf( __( '<a class="comment-link" href="#respond" title="Post a comment">Post a comment</a> or leave a trackback: <a class="trackback-link" href="%s" title="Trackback URL for your post" rel="trackback">Trackback URL</a>.', 'twentyfourteen' ), get_trackback_url() );
</del><ins>+                                                printf( __( '<a class="comment-link" href="#respond">Post a comment</a> or leave a trackback: <a class="trackback-link" href="%s" rel="trackback">Trackback URL</a>.', 'twentyfourteen' ), get_trackback_url() );
</ins><span class="cx">                                   elseif ( ! comments_open() && pings_open() ) : // Only trackbacks open
</span><del>-                                               printf( __( 'Comments are closed, but you can leave a trackback: <a class="trackback-link" href="%s" title="Trackback URL for your post" rel="trackback">Trackback URL</a>.', 'twentyfourteen' ), get_trackback_url() );
</del><ins>+                                                printf( __( 'Comments are closed, but you can leave a trackback: <a class="trackback-link" href="%s" rel="trackback">Trackback URL</a>.', 'twentyfourteen' ), get_trackback_url() );
</ins><span class="cx">                                   elseif ( comments_open() && ! pings_open() ) : // Only comments open
</span><del>-                                               _e( 'Trackbacks are closed, but you can <a class="comment-link" href="#respond" title="Post a comment">post a comment</a>.', 'twentyfourteen' );
</del><ins>+                                                _e( 'Trackbacks are closed, but you can <a class="comment-link" href="#respond">post a comment</a>.', 'twentyfourteen' );
</ins><span class="cx">                                   elseif ( ! comments_open() && ! pings_open() ) : // Comments and trackbacks closed
</span><span class="cx">                                          _e( 'Both comments and trackbacks are currently closed.', 'twentyfourteen' );
</span><span class="cx">                                  endif;
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteeninctemplatetagsphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php 2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php    2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -94,13 +94,11 @@
</span><span class="cx">  if ( is_sticky() && is_home() && ! is_paged() )
</span><span class="cx">          echo '<span class="featured-post">' . __( 'Sticky', 'twentyfourteen' ) . '</span>';
</span><span class="cx"> 
</span><del>-       printf( __( '<span class="entry-date"><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'twentyfourteen' ),
</del><ins>+        printf( __( '<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5$s</a></span></span>', 'twentyfourteen' ),
</ins><span class="cx">           esc_url( get_permalink() ),
</span><del>-               esc_attr( get_the_time() ),
</del><span class="cx">           esc_attr( get_the_date( 'c' ) ),
</span><span class="cx">          esc_html( get_the_date() ),
</span><span class="cx">          esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
</span><del>-               esc_attr( sprintf( __( 'View all posts by %s', 'twentyfourteen' ), get_the_author() ) ),
</del><span class="cx">           get_the_author()
</span><span class="cx">  );
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentyfourteenincwidgetsphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php (25742 => 25743)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php       2013-10-09 18:51:46 UTC (rev 25742)
+++ trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php  2013-10-09 19:06:06 UTC (rev 25743)
</span><span class="lines">@@ -156,13 +156,11 @@
</span><span class="cx">                                                                  the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
</span><span class="cx">                                                          endif;
</span><span class="cx"> 
</span><del>-                                                               printf( __( '<span class="entry-date"><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'twentyfourteen' ),
</del><ins>+                                                                printf( __( '<span class="entry-date"><a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="%4$s" rel="author">%5s</a></span></span>', 'twentyfourteen' ),
</ins><span class="cx">                                                                   esc_url( get_permalink() ),
</span><del>-                                                                       esc_attr( get_the_time() ),
</del><span class="cx">                                                                   esc_attr( get_the_date( 'c' ) ),
</span><span class="cx">                                                                  esc_html( get_the_date() ),
</span><span class="cx">                                                                  esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
</span><del>-                                                                       esc_attr( sprintf( __( 'View all posts by %s', 'twentyfourteen' ), get_the_author() ) ),
</del><span class="cx">                                                                   get_the_author()
</span><span class="cx">                                                          );
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>