<!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" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { 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 #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#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>
<title>[13720] trunk/wp-content/themes/twentyten:
  Coding standards cleanup in twentyten, see #9015.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/13720">13720</a></dd>
<dt>Author</dt> <dd>iammattthomas</dd>
<dt>Date</dt> <dd>2010-03-16 20:17:22 +0000 (Tue, 16 Mar 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Coding standards cleanup in twentyten, see <a href="http://trac.wordpress.org/ticket/9015">#9015</a>. Props sivel</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentytenarchivephp">trunk/wp-content/themes/twentyten/archive.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenattachmentphp">trunk/wp-content/themes/twentyten/attachment.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenauthorphp">trunk/wp-content/themes/twentyten/author.php</a></li>
<li><a href="#trunkwpcontentthemestwentytencategoryphp">trunk/wp-content/themes/twentyten/category.php</a></li>
<li><a href="#trunkwpcontentthemestwentytencommentsphp">trunk/wp-content/themes/twentyten/comments.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenfooterphp">trunk/wp-content/themes/twentyten/footer.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenfunctionsphp">trunk/wp-content/themes/twentyten/functions.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenheaderphp">trunk/wp-content/themes/twentyten/header.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenloopphp">trunk/wp-content/themes/twentyten/loop.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenonecolumnpagephp">trunk/wp-content/themes/twentyten/onecolumn-page.php</a></li>
<li><a href="#trunkwpcontentthemestwentytenpagephp">trunk/wp-content/themes/twentyten/page.php</a></li>
<li><a href="#trunkwpcontentthemestwentytensearchphp">trunk/wp-content/themes/twentyten/search.php</a></li>
<li><a href="#trunkwpcontentthemestwentytensidebarfooterphp">trunk/wp-content/themes/twentyten/sidebar-footer.php</a></li>
<li><a href="#trunkwpcontentthemestwentytensidebarphp">trunk/wp-content/themes/twentyten/sidebar.php</a></li>
<li><a href="#trunkwpcontentthemestwentytensinglephp">trunk/wp-content/themes/twentyten/single.php</a></li>
<li><a href="#trunkwpcontentthemestwentytentagphp">trunk/wp-content/themes/twentyten/tag.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpcontentthemestwentytenarchivephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/archive.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/archive.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/archive.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -23,4 +23,4 @@
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar(); ?&gt;
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytenattachmentphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/attachment.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/attachment.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/attachment.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -5,7 +5,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php the_post(); ?&gt;
</span><span class="cx"> 
</span><del>-                                &lt;p class=&quot;page-title&quot;&gt;&lt;a href=&quot;&lt;?php echo get_permalink($post-&gt;post_parent); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Return to %s', 'twentyten' ), esc_html( get_the_title($post-&gt;post_parent), 1 ) ); ?&gt;&quot; rel=&quot;gallery&quot;&gt;&amp;larr; &lt;?php echo get_the_title($post-&gt;post_parent); ?&gt;&lt;/a&gt;&lt;/p&gt;
</del><ins>+                                &lt;p class=&quot;page-title&quot;&gt;&lt;a href=&quot;&lt;?php echo get_permalink( $post-&gt;post_parent ); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Return to %s', 'twentyten' ), esc_html( get_the_title( $post-&gt;post_parent ), 1 ) ); ?&gt;&quot; rel=&quot;gallery&quot;&gt;&amp;larr; &lt;?php echo get_the_title( $post-&gt;post_parent ); ?&gt;&lt;/a&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx">                                 &lt;div id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
</span><span class="cx">                                         &lt;h2 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx">                                         &lt;div class=&quot;entry-meta&quot;&gt;
</span><span class="cx">                                                 &lt;?php
</span><span class="cx">                                                         printf(__( '&lt;span class=&quot;meta-prep meta-prep-author&quot;&gt; By &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%1$s&quot; title=&quot;%2$s&quot;&gt;%3$s&lt;/a&gt;&lt;/span&gt;', 'twentyten'),
</span><del>-                                                                get_author_posts_url( get_the_author_meta('ID') ),
</del><ins>+                                                                get_author_posts_url( get_the_author_meta( 'ID' ) ),
</ins><span class="cx">                                                                 sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
</span><span class="cx">                                                                 get_the_author()
</span><span class="cx">                                                         );
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">                                                 &lt;span class=&quot;meta-sep&quot;&gt; | &lt;/span&gt;
</span><span class="cx">                                                 &lt;?php
</span><span class="cx">                                                         printf( __( '&lt;span class=&quot;meta-prep meta-prep-entry-date&quot;&gt;Published &lt;/span&gt; &lt;span class=&quot;entry-date&quot;&gt;&lt;abbr class=&quot;published&quot; title=&quot;%1$s&quot;&gt;%2$s&lt;/abbr&gt;&lt;/span&gt;', 'twentyten'),
</span><del>-                                                                esc_attr(get_the_time()),
</del><ins>+                                                                esc_attr( get_the_time() ),
</ins><span class="cx">                                                                 get_the_date()
</span><span class="cx">                                                         );
</span><span class="cx">                                                 ?&gt;
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">                                                 &lt;a href=&quot;&lt;?php echo wp_get_attachment_url(); ?&gt;&quot; title=&quot;&lt;?php echo esc_attr( get_the_title() ); ?&gt;&quot; rel=&quot;attachment&quot;&gt;&lt;?php echo basename( get_permalink() ); ?&gt;&lt;/a&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx">                                                 &lt;/div&gt;
</span><del>-                                                &lt;div class=&quot;entry-caption&quot;&gt;&lt;?php if ( !empty($post-&gt;post_excerpt) ) the_excerpt(); ?&gt;&lt;/div&gt;
</del><ins>+                                                &lt;div class=&quot;entry-caption&quot;&gt;&lt;?php if ( ! empty( $post-&gt;post_excerpt ) ) the_excerpt(); ?&gt;&lt;/div&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyten' )  ); ?&gt;
</span><span class="cx"> &lt;?php wp_link_pages( 'before=&lt;div class=&quot;page-link&quot;&gt;' . __( 'Pages:', 'twentyten' ) . '&amp;after=&lt;/div&gt;' ); ?&gt;
</span><span class="lines">@@ -60,21 +60,21 @@
</span><span class="cx">                                                 }
</span><span class="cx">                                                 printf( 
</span><span class="cx">                                                         $utility_text,
</span><del>-                                                        get_the_category_list(', '),
</del><ins>+                                                        get_the_category_list( ', ' ),
</ins><span class="cx">                                                         $tag_list,
</span><span class="cx">                                                         get_permalink(),
</span><del>-                                                        the_title_attribute('echo=0'),
</del><ins>+                                                        the_title_attribute( 'echo=0' ),
</ins><span class="cx">                                                         get_post_comments_feed_link() 
</span><span class="cx">                                                 ); 
</span><span class="cx">                                         ?&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php if ( comments_open() &amp;&amp; pings_open() ) : // Comments and trackbacks open ?&gt;
</span><span class="cx">                                                 &lt;?php printf( __( '&lt;a class=&quot;comment-link&quot; href=&quot;#respond&quot; title=&quot;Post a comment&quot;&gt;Post a comment&lt;/a&gt; or leave a trackback: &lt;a class=&quot;trackback-link&quot; href=&quot;%s&quot; title=&quot;Trackback URL for your post&quot; rel=&quot;trackback&quot;&gt;Trackback URL&lt;/a&gt;.', 'twentyten' ), get_trackback_url() ); ?&gt;
</span><del>-&lt;?php elseif ( !comments_open() &amp;&amp; pings_open() ) : // Only trackbacks open ?&gt;
</del><ins>+&lt;?php elseif ( ! comments_open() &amp;&amp; pings_open() ) : // Only trackbacks open ?&gt;
</ins><span class="cx">                                                 &lt;?php printf( __( 'Comments are closed, but you can leave a trackback: &lt;a class=&quot;trackback-link&quot; href=&quot;%s&quot; title=&quot;Trackback URL for your post&quot; rel=&quot;trackback&quot;&gt;Trackback URL&lt;/a&gt;.', 'twentyten' ), get_trackback_url() ); ?&gt;
</span><del>-&lt;?php elseif ( comments_open() &amp;&amp; !pings_open() ) : // Only comments open ?&gt;
</del><ins>+&lt;?php elseif ( comments_open() &amp;&amp; ! pings_open() ) : // Only comments open ?&gt;
</ins><span class="cx">                                                 &lt;?php _e( 'Trackbacks are closed, but you can &lt;a class=&quot;comment-link&quot; href=&quot;#respond&quot; title=&quot;Post a comment&quot;&gt;post a comment&lt;/a&gt;.', 'twentyten' ); ?&gt;
</span><del>-&lt;?php elseif ( !comments_open() &amp;&amp; !pings_open() ) : // Comments and trackbacks closed ?&gt;
</del><ins>+&lt;?php elseif ( ! comments_open() &amp;&amp; ! pings_open() ) : // Comments and trackbacks closed ?&gt;
</ins><span class="cx">                                                 &lt;?php _e( 'Both comments and trackbacks are currently closed.', 'twentyten' ); ?&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> &lt;?php edit_post_link( __( 'Edit', 'twentyten' ), &quot;\n\t\t\t\t\t&lt;span class=\&quot;edit-link\&quot;&gt;&quot;, &quot;&lt;/span&gt;&quot; ); ?&gt;
</span><span class="lines">@@ -87,4 +87,4 @@
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar(); ?&gt;
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytenauthorphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/author.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/author.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/author.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -5,16 +5,16 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php the_post(); ?&gt;
</span><span class="cx"> 
</span><del>-                                &lt;h1 class=&quot;page-title author&quot;&gt;&lt;?php printf( __( 'Author Archives: &lt;span class=&quot;vcard&quot;&gt;%s&lt;/span&gt;', 'twentyten' ), &quot;&lt;a class='url fn n' href='&quot; . get_author_posts_url( get_the_author_meta('ID') ) . &quot;' title='&quot; . esc_attr(get_the_author()) . &quot;' rel='me'&gt;&quot; . get_the_author() . &quot;&lt;/a&gt;&quot; ); ?&gt;&lt;/h1&gt;
</del><ins>+                                &lt;h1 class=&quot;page-title author&quot;&gt;&lt;?php printf( __( 'Author Archives: &lt;span class=&quot;vcard&quot;&gt;%s&lt;/span&gt;', 'twentyten' ), &quot;&lt;a class='url fn n' href='&quot; . get_author_posts_url( get_the_author_meta( 'ID' ) ) . &quot;' title='&quot; . esc_attr( get_the_author() ) . &quot;' rel='me'&gt;&quot; . get_the_author() . &quot;&lt;/a&gt;&quot; ); ?&gt;&lt;/h1&gt;
</ins><span class="cx"> 
</span><del>-&lt;?php if ( get_the_author_meta('description') ) : // If a user has filled out their decscription show a bio on their entries  ?&gt;
</del><ins>+&lt;?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their decscription show a bio on their entries  ?&gt;
</ins><span class="cx">                                         &lt;div id=&quot;entry-author-info&quot;&gt;
</span><span class="cx">                                                 &lt;div id=&quot;author-avatar&quot;&gt;
</span><del>-                                                        &lt;?php echo get_avatar( get_the_author_meta('user_email'), apply_filters('twentyten_author_bio_avatar_size', 60) ); ?&gt;
</del><ins>+                                                        &lt;?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?&gt;
</ins><span class="cx">                                                 &lt;/div&gt;&lt;!-- #author-avatar         --&gt;
</span><span class="cx">                                                 &lt;div id=&quot;author-description&quot;&gt;
</span><del>-                                                        &lt;h2&gt;&lt;?php printf(__('About %s', 'twentyten'), get_the_author()); ?&gt;&lt;/h2&gt;
-                                                        &lt;?php the_author_meta('description'); ?&gt;
</del><ins>+                                                        &lt;h2&gt;&lt;?php printf( __( 'About %s', 'twentyten' ), get_the_author() ); ?&gt;&lt;/h2&gt;
+                                                        &lt;?php the_author_meta( 'description' ); ?&gt;
</ins><span class="cx">                                                 &lt;/div&gt;&lt;!-- #author-description        --&gt;
</span><span class="cx">                                         &lt;/div&gt;&lt;!-- .entry-author-info --&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="lines">@@ -27,4 +27,4 @@
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar(); ?&gt;
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytencategoryphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/category.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/category.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/category.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx">                         &lt;div id=&quot;content&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;h1 class=&quot;page-title&quot;&gt;&lt;?php 
</span><del>-                                        printf(__( 'Category Archives: %s', 'twentyten' ), '&lt;span&gt;' . single_cat_title('', false) . '&lt;/span&gt;');
</del><ins>+                                        printf( __( 'Category Archives: %s', 'twentyten' ), '&lt;span&gt;' . single_cat_title( '', false ) . '&lt;/span&gt;' );
</ins><span class="cx">                                 ?&gt;&lt;/h1&gt;
</span><del>-                                &lt;?php $categorydesc = category_description(); if ( !empty($categorydesc) ) echo apply_filters( 'archive_meta', '&lt;div class=&quot;archive-meta&quot;&gt;' . $categorydesc . '&lt;/div&gt;' ); ?&gt;
</del><ins>+                                &lt;?php $categorydesc = category_description(); if ( ! empty( $categorydesc ) ) echo apply_filters( 'archive_meta', '&lt;div class=&quot;archive-meta&quot;&gt;' . $categorydesc . '&lt;/div&gt;' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php get_generic_template( 'loop', 'category' ); ?&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -14,4 +14,4 @@
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar(); ?&gt;
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytencommentsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/comments.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/comments.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/comments.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -13,26 +13,26 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php if ( have_comments() ) : ?&gt;
</span><span class="cx">                         &lt;h3 id=&quot;comments-title&quot;&gt;&lt;?php comments_number( 
</span><del>-                                sprintf(__('No Responses to %s', 'twentyten'), '&lt;em&gt;' . get_the_title() . '&lt;/em&gt;'),
-                                sprintf(__('One Response to %s', 'twentyten'), '&lt;em&gt;' . get_the_title() . '&lt;/em&gt;'),
-                                sprintf(__('%% Responses to %s', 'twentyten'), '&lt;em&gt;' . get_the_title() . '&lt;/em&gt;')
</del><ins>+                                sprintf( __( 'No Responses to %s', 'twentyten' ), '&lt;em&gt;' . get_the_title() . '&lt;/em&gt;' ),
+                                sprintf( __( 'One Response to %s', 'twentyten' ), '&lt;em&gt;' . get_the_title() . '&lt;/em&gt;' ),
+                                sprintf( __( '%% Responses to %s', 'twentyten' ), '&lt;em&gt;' . get_the_title() . '&lt;/em&gt;' )
</ins><span class="cx">                         ); ?&gt; &lt;/h3&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php if ( get_comment_pages_count() &gt; 1 ) : // are there comments to navigate through ?&gt;
</span><span class="cx">                         &lt;div class=&quot;navigation&quot;&gt;
</span><del>-                                &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( __('&amp;larr; Older Comments', 'twentyten') ); ?&gt;&lt;/div&gt;
-                                &lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( __('Newer Comments &amp;rarr;', 'twentyten') ); ?&gt;&lt;/div&gt;
</del><ins>+                                &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( __( '&amp;larr; Older Comments', 'twentyten' ) ); ?&gt;&lt;/div&gt;
+                                &lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( __( 'Newer Comments &amp;rarr;', 'twentyten' ) ); ?&gt;&lt;/div&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> &lt;?php endif; // check for comment navigation ?&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;ol class=&quot;commentlist&quot;&gt;
</span><del>-                                &lt;?php wp_list_comments( array('callback' =&gt; 'twentyten_comment') ); ?&gt;
</del><ins>+                                &lt;?php wp_list_comments( array( 'callback' =&gt; 'twentyten_comment' ) ); ?&gt;
</ins><span class="cx">                         &lt;/ol&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php if ( get_comment_pages_count() &gt; 1 ) : // are there comments to navigate through ?&gt;
</span><span class="cx">                         &lt;div class=&quot;navigation&quot;&gt;
</span><del>-                                &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( __('&amp;larr; Older Comments', 'twentyten') ); ?&gt;&lt;/div&gt;
-                                &lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( __('Newer Comments &amp;rarr;', 'twentyten') ); ?&gt;&lt;/div&gt;
</del><ins>+                                &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( __( '&amp;larr; Older Comments', 'twentyten' ) ); ?&gt;&lt;/div&gt;
+                                &lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( __( 'Newer Comments &amp;rarr;', 'twentyten' ) ); ?&gt;&lt;/div&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> &lt;?php endif; // check for comment navigation ?&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -42,11 +42,11 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php else : // if comments are closed ?&gt;
</span><span class="cx"> 
</span><del>-                &lt;p class=&quot;nocomments&quot;&gt;&lt;?php _e('Comments are closed.', 'twentyten'); ?&gt;&lt;/p&gt;
</del><ins>+                &lt;p class=&quot;nocomments&quot;&gt;&lt;?php _e( 'Comments are closed.', 'twentyten' ); ?&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php comment_form(); ?&gt;
</span><span class="cx"> 
</span><del>-&lt;/div&gt;&lt;!-- #comments --&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;/div&gt;&lt;!-- #comments --&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytenfooterphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/footer.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/footer.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/footer.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -6,11 +6,11 @@
</span><span class="cx"> &lt;?php get_sidebar( 'footer' ); ?&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;div id=&quot;site-info&quot;&gt;
</span><del>-                                &lt;a href=&quot;&lt;?php echo home_url('/') ?&gt;&quot; title=&quot;&lt;?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?&gt;&quot; rel=&quot;home&quot;&gt;&lt;?php bloginfo( 'name' ); ?&gt;&lt;/a&gt;
</del><ins>+                                &lt;a href=&quot;&lt;?php echo home_url( '/' ) ?&gt;&quot; title=&quot;&lt;?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?&gt;&quot; rel=&quot;home&quot;&gt;&lt;?php bloginfo( 'name' ); ?&gt;&lt;/a&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;div id=&quot;site-generator&quot;&gt;
</span><del>-                                &lt;?php printf( __('Proudly powered by &lt;span id=&quot;generator-link&quot;&gt;%s&lt;/span&gt;.', 'twentyten'), '&lt;a href=&quot;http://wordpress.org/&quot; title=&quot;' . esc_attr__( 'Semantic Personal Publishing Platform', 'twentyten' ) . '&quot; rel=&quot;generator&quot;&gt;' . __( 'WordPress', 'twentyten' ) . '&lt;/a&gt;' ); ?&gt;
</del><ins>+                                &lt;?php printf( __( 'Proudly powered by &lt;span id=&quot;generator-link&quot;&gt;%s&lt;/span&gt;.', 'twentyten' ), '&lt;a href=&quot;http://wordpress.org/&quot; title=&quot;' . esc_attr__( 'Semantic Personal Publishing Platform', 'twentyten' ) . '&quot; rel=&quot;generator&quot;&gt;' . __( 'WordPress', 'twentyten' ) . '&lt;/a&gt;' ); ?&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #colophon --&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/functions.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/functions.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/functions.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -8,8 +8,8 @@
</span><span class="cx"> function twentyten_init() {
</span><span class="cx">         // Your Changeable header business starts here
</span><span class="cx">         // No CSS, just IMG call
</span><del>-        define( 'HEADER_TEXTCOLOR', '');
-        define( 'HEADER_IMAGE', '%s/images/headers/forestfloor.jpg'); // %s is theme dir uri
</del><ins>+        define( 'HEADER_TEXTCOLOR', '' );
+        define( 'HEADER_IMAGE', '%s/images/headers/forestfloor.jpg' ); // %s is theme dir uri
</ins><span class="cx">         define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width',  940 ) );
</span><span class="cx">         define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height',        198 ) );
</span><span class="cx">         define( 'NO_HEADER_TEXT', true );
</span><span class="lines">@@ -17,14 +17,48 @@
</span><span class="cx">         add_custom_image_header( '', 'twentyten_admin_header_style' );
</span><span class="cx">         // and thus ends the changeable header business
</span><span class="cx"> 
</span><del>-        register_default_headers( array('berries' =&gt; array('url' =&gt; '%s/images/headers/berries.jpg', 'thumbnail_url' =&gt; '%s/images/headers/berries-thumbnail.jpg', 'description' =&gt; __('Berries')),
-                                                                        'cherryblossom' =&gt; array( 'url' =&gt; '%s/images/headers/cherryblossoms.jpg', 'thumbnail_url' =&gt; '%s/images/headers/cherryblossoms-thumbnail.jpg', 'description' =&gt; __('Cherry Blossoms')),
-                                                                        'concave' =&gt; array('url' =&gt; '%s/images/headers/concave.jpg', 'thumbnail_url' =&gt; '%s/images/headers/concave-thumbnail.jpg', 'description' =&gt; __('Concave')),
-                                                                        'fern' =&gt; array('url' =&gt; '%s/images/headers/fern.jpg', 'thumbnail_url' =&gt; '%s/images/headers/fern-thumbnail.jpg', 'description' =&gt; __('Fern')),
-                                                                        'forestfloor' =&gt; array('url' =&gt; '%s/images/headers/forestfloor.jpg', 'thumbnail_url' =&gt; '%s/images/headers/forestfloor-thumbnail.jpg', 'description' =&gt; __('Forest Floor')),
-                                                                        'inkwell' =&gt; array('url' =&gt; '%s/images/headers/inkwell.jpg', 'thumbnail_url' =&gt; '%s/images/headers/inkwell-thumbnail.jpg', 'description' =&gt; __('Ink Well')),
-                                                                        'path' =&gt; array('url' =&gt; '%s/images/headers/path.jpg', 'thumbnail_url' =&gt; '%s/images/headers/path-thumbnail.jpg', 'description' =&gt; __('Path')),
-                                                                        'sunset' =&gt; array('url' =&gt; '%s/images/headers/sunset.jpg', 'thumbnail_url' =&gt; '%s/images/headers/sunset-thumbnail.jpg', 'description' =&gt; __('Sunset')) ) );
</del><ins>+        register_default_headers( array (
+                'berries' =&gt; array (
+                        'url' =&gt; '%s/images/headers/berries.jpg',
+                        'thumbnail_url' =&gt; '%s/images/headers/berries-thumbnail.jpg',
+                        'description' =&gt; __( 'Berries' )
+                ),
+                'cherryblossom' =&gt; array (
+                        'url' =&gt; '%s/images/headers/cherryblossoms.jpg',
+                        'thumbnail_url' =&gt; '%s/images/headers/cherryblossoms-thumbnail.jpg',
+                        'description' =&gt; __( 'Cherry Blossoms' )
+                ),
+                'concave' =&gt; array (
+                        'url' =&gt; '%s/images/headers/concave.jpg',
+                        'thumbnail_url' =&gt; '%s/images/headers/concave-thumbnail.jpg',
+                        'description' =&gt; __( 'Concave' )
+                ),
+                'fern' =&gt; array (
+                        'url' =&gt; '%s/images/headers/fern.jpg',
+                        'thumbnail_url' =&gt; '%s/images/headers/fern-thumbnail.jpg',
+                        'description' =&gt; __( 'Fern' )
+                ),
+                'forestfloor' =&gt; array (
+                        'url' =&gt; '%s/images/headers/forestfloor.jpg',
+                        'thumbnail_url' =&gt; '%s/images/headers/forestfloor-thumbnail.jpg',
+                        'description' =&gt; __( 'Forest Floor' )
+                ),
+                'inkwell' =&gt; array (
+                        'url' =&gt; '%s/images/headers/inkwell.jpg',
+                        'thumbnail_url' =&gt; '%s/images/headers/inkwell-thumbnail.jpg',
+                        'description' =&gt; __( 'Ink Well' )
+                ),
+                'path' =&gt; array (
+                        'url' =&gt; '%s/images/headers/path.jpg',
+                        'thumbnail_url' =&gt; '%s/images/headers/path-thumbnail.jpg',
+                        'description' =&gt; __( 'Path' )
+                ),
+                'sunset' =&gt; array (
+                        'url' =&gt; '%s/images/headers/sunset.jpg',
+                        'thumbnail_url' =&gt; '%s/images/headers/sunset-thumbnail.jpg',
+                        'description' =&gt; __( 'Sunset' )
+                )
+        ) );
</ins><span class="cx"> 
</span><span class="cx">         add_custom_background();
</span><span class="cx"> 
</span><span class="lines">@@ -75,8 +109,8 @@
</span><span class="cx"> // Get the page number
</span><span class="cx"> if ( ! function_exists( 'twentyten_get_page_number' ) ) :
</span><span class="cx"> function twentyten_get_page_number() {
</span><del>-        if ( get_query_var('paged') )
-                return ' | ' . __( 'Page ' , 'twentyten') . get_query_var('paged');
</del><ins>+        if ( get_query_var( 'paged' ) )
+                return ' | ' . __( 'Page ' , 'twentyten' ) . get_query_var( 'paged' );
</ins><span class="cx"> }
</span><span class="cx"> endif;
</span><span class="cx"> 
</span><span class="lines">@@ -98,7 +132,7 @@
</span><span class="cx"> 
</span><span class="cx"> // Make a nice read more link on excerpts
</span><span class="cx"> if ( ! function_exists( 'twentyten_excerpt_more' ) ) :
</span><del>-function twentyten_excerpt_more($more) {
</del><ins>+function twentyten_excerpt_more( $more ) {
</ins><span class="cx">         return '&amp;nbsp;&amp;hellip; &lt;a href=&quot;'. get_permalink() . '&quot;&gt;' . 'Continue&amp;nbsp;reading&amp;nbsp;&lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;' . '&lt;/a&gt;';
</span><span class="cx"> }
</span><span class="cx"> endif;
</span><span class="lines">@@ -121,7 +155,7 @@
</span><span class="cx">                         &lt;br /&gt;
</span><span class="cx">                 &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-                &lt;div class=&quot;comment-meta commentmetadata&quot;&gt;&lt;a href=&quot;&lt;?php echo esc_url( get_comment_link( $comment-&gt;comment_ID ) ); ?&gt;&quot;&gt;&lt;?php printf( __( '%1$s at %2$s' ), get_comment_date(),  get_comment_time() ); ?&gt;&lt;/a&gt;&lt;?php edit_comment_link( __( '(Edit)', 'twentyten' ),'  ','' ); ?&gt;&lt;/div&gt;
</del><ins>+                &lt;div class=&quot;comment-meta commentmetadata&quot;&gt;&lt;a href=&quot;&lt;?php echo esc_url( get_comment_link( $comment-&gt;comment_ID ) ); ?&gt;&quot;&gt;&lt;?php printf( __( '%1$s at %2$s' ), get_comment_date(), get_comment_time() ); ?&gt;&lt;/a&gt;&lt;?php edit_comment_link( __( '(Edit)', 'twentyten' ),'  ','' ); ?&gt;&lt;/div&gt;
</ins><span class="cx"> 
</span><span class="cx">                 &lt;div class=&quot;comment-body&quot;&gt;&lt;?php comment_text(); ?&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -147,27 +181,27 @@
</span><span class="cx"> 
</span><span class="cx"> if ( ! function_exists( 'twentyten_cat_list' ) ) :
</span><span class="cx"> function twentyten_cat_list() {
</span><del>-        return twentyten_term_list('category', ', ', __('Posted in %s', 'twentyten'), __('Also posted in %s', 'twentyten') );
</del><ins>+        return twentyten_term_list( 'category', ', ', __( 'Posted in %s', 'twentyten' ), __( 'Also posted in %s', 'twentyten' ) );
</ins><span class="cx"> }
</span><span class="cx"> endif;
</span><span class="cx"> 
</span><span class="cx"> if ( ! function_exists( 'twentyten_tag_list' ) ) :
</span><span class="cx"> function twentyten_tag_list() {
</span><del>-        return twentyten_term_list('post_tag', ', ', __('Tagged %s', 'twentyten'), __('Also tagged %s', 'twentyten') );
</del><ins>+        return twentyten_term_list( 'post_tag', ', ', __( 'Tagged %s', 'twentyten' ), __( 'Also tagged %s', 'twentyten' ) );
</ins><span class="cx"> }
</span><span class="cx"> endif;
</span><span class="cx"> 
</span><span class="cx"> if ( ! function_exists( 'twentyten_term_list' ) ) :
</span><del>-function twentyten_term_list($taxonomy, $glue = ', ', $text = '', $also_text = '') {
</del><ins>+function twentyten_term_list( $taxonomy, $glue = ', ', $text = '', $also_text = '' ) {
</ins><span class="cx">         global $wp_query, $post;
</span><span class="cx">         $current_term = $wp_query-&gt;get_queried_object();
</span><del>-        $terms = wp_get_object_terms($post-&gt;ID, $taxonomy);
</del><ins>+        $terms = wp_get_object_terms( $post-&gt;ID, $taxonomy );
</ins><span class="cx">         // If we're viewing a Taxonomy page.. 
</span><del>-        if ( isset($current_term-&gt;taxonomy) &amp;&amp; $taxonomy == $current_term-&gt;taxonomy ) {
</del><ins>+        if ( isset( $current_term-&gt;taxonomy ) &amp;&amp; $taxonomy == $current_term-&gt;taxonomy ) {
</ins><span class="cx">                 // Remove the term from display.
</span><del>-                foreach ( (array)$terms as $key =&gt; $term ) {
</del><ins>+                foreach ( (array) $terms as $key =&gt; $term ) {
</ins><span class="cx">                         if ( $term-&gt;term_id == $current_term-&gt;term_id ) {
</span><del>-                                unset($terms[$key]);
</del><ins>+                                unset( $terms[$key] );
</ins><span class="cx">                                 break;
</span><span class="cx">                         }
</span><span class="cx">                 }
</span><span class="lines">@@ -176,11 +210,11 @@
</span><span class="cx">         }
</span><span class="cx">         $tlist = array();
</span><span class="cx">         $rel = 'category' == $taxonomy ? 'rel=&quot;category&quot;' : 'rel=&quot;tag&quot;';
</span><del>-        foreach ( (array)$terms as $term ) {
</del><ins>+        foreach ( (array) $terms as $term ) {
</ins><span class="cx">                 $tlist[] = '&lt;a href=&quot;' . get_term_link( $term, $taxonomy ) . '&quot; title=&quot;' . esc_attr( sprintf( __( 'View all posts in %s', 'twentyten' ), $term-&gt;name ) ) . '&quot; ' . $rel . '&gt;' . $term-&gt;name . '&lt;/a&gt;';
</span><span class="cx">         }
</span><del>-        if ( !empty($tlist) )
-                return sprintf($text, join($glue, $tlist));
</del><ins>+        if ( ! empty( $tlist ) )
+                return sprintf( $text, join( $glue, $tlist ) );
</ins><span class="cx">         return '';
</span><span class="cx"> }
</span><span class="cx"> endif;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/header.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/header.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/header.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -1,25 +1,25 @@
</span><span class="cx"> &lt;!DOCTYPE html&gt;
</span><span class="cx"> &lt;html &lt;?php language_attributes(); ?&gt;&gt;
</span><span class="cx"> &lt;head&gt;
</span><del>-        &lt;meta charset=&quot;&lt;?php bloginfo('charset'); ?&gt;&quot; /&gt;
</del><ins>+        &lt;meta charset=&quot;&lt;?php bloginfo( 'charset' ); ?&gt;&quot; /&gt;
</ins><span class="cx">     &lt;title&gt;&lt;?php
</span><span class="cx">         if ( is_single() ) {
</span><del>-                        single_post_title(); echo ' | '; bloginfo('name');
</del><ins>+                        single_post_title(); echo ' | '; bloginfo( 'name' );
</ins><span class="cx">                 } elseif ( is_home() || is_front_page() ) {
</span><del>-                        bloginfo('name'); echo ' | '; bloginfo('description'); twentyten_the_page_number();
</del><ins>+                        bloginfo( 'name' ); echo ' | '; bloginfo( 'description' ); twentyten_the_page_number();
</ins><span class="cx">                 } elseif ( is_page() ) {
</span><del>-                        single_post_title(''); echo ' | '; bloginfo('name');
</del><ins>+                        single_post_title( '' ); echo ' | '; bloginfo( 'name' );
</ins><span class="cx">                 } elseif ( is_search() ) {
</span><del>-                        printf(__('Search results for &quot;%s&quot;', 'twentyten'), esc_html($s)); twentyten_the_page_number(); echo ' | '; bloginfo('name'); 
</del><ins>+                        printf( __( 'Search results for &quot;%s&quot;', 'twentyten' ), esc_html( $s ) ); twentyten_the_page_number(); echo ' | '; bloginfo( 'name' ); 
</ins><span class="cx">                 } elseif ( is_404() ) {
</span><del>-                        _e('Not Found', 'twentyten'); echo ' | '; bloginfo('name');
</del><ins>+                        _e( 'Not Found', 'twentyten' ); echo ' | '; bloginfo( 'name' );
</ins><span class="cx">                 } else {
</span><del>-                        wp_title(''); echo ' | '; bloginfo('name'); twentyten_the_page_number();
</del><ins>+                        wp_title( '' ); echo ' | '; bloginfo( 'name' ); twentyten_the_page_number();
</ins><span class="cx">                 }
</span><span class="cx">     ?&gt;&lt;/title&gt;
</span><span class="cx">         &lt;link rel=&quot;profile&quot; href=&quot;http://gmpg.org/xfn/11&quot; /&gt;
</span><del>-        &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;&lt;?php bloginfo('stylesheet_url'); ?&gt;&quot; /&gt;
-        &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; href=&quot;&lt;?php bloginfo('stylesheet_directory'); ?&gt;/print.css&quot; /&gt;
</del><ins>+        &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;&lt;?php bloginfo( 'stylesheet_url' ); ?&gt;&quot; /&gt;
+        &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; href=&quot;&lt;?php bloginfo( 'stylesheet_directory' ); ?&gt;/print.css&quot; /&gt;
</ins><span class="cx">         &lt;?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?&gt;
</span><span class="cx">         &lt;link rel=&quot;pingback&quot; href=&quot;&lt;?php bloginfo( 'pingback_url' ); ?&gt;&quot; /&gt;
</span><span class="cx">         &lt;?php wp_head(); ?&gt;
</span><span class="lines">@@ -30,15 +30,15 @@
</span><span class="cx">         &lt;div id=&quot;header&quot;&gt;
</span><span class="cx">                 &lt;div id=&quot;masthead&quot;&gt;
</span><span class="cx">                         &lt;div id=&quot;branding&quot;&gt;
</span><del>-                                &lt;div id=&quot;site-title&quot;&gt;&lt;span&gt;&lt;a href=&quot;&lt;?php echo home_url('/'); ?&gt;&quot; title=&quot;&lt;?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?&gt;&quot; rel=&quot;home&quot;&gt;&lt;?php bloginfo( 'name' ); ?&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
</del><ins>+                                &lt;div id=&quot;site-title&quot;&gt;&lt;span&gt;&lt;a href=&quot;&lt;?php echo home_url( '/' ); ?&gt;&quot; title=&quot;&lt;?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?&gt;&quot; rel=&quot;home&quot;&gt;&lt;?php bloginfo( 'name' ); ?&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
</ins><span class="cx">                                 &lt;div id=&quot;site-description&quot;&gt;&lt;?php bloginfo( 'description' ); ?&gt;&lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php
</span><del>-                                if ( is_singular() &amp;&amp; has_post_thumbnail( $post-&gt;ID ) ) {
</del><ins>+                                if ( is_singular() &amp;&amp; has_post_thumbnail( $post-&gt;ID ) ) :
</ins><span class="cx">                                         echo get_the_post_thumbnail( $post-&gt;ID, 'post-thumbnail' );
</span><del>-                                } else { ?&gt;
</del><ins>+                                else : ?&gt;
</ins><span class="cx">                                         &lt;img src=&quot;&lt;?php header_image(); ?&gt;&quot; width=&quot;&lt;?php echo HEADER_IMAGE_WIDTH; ?&gt;&quot; height=&quot;&lt;?php echo HEADER_IMAGE_HEIGHT; ?&gt;&quot; alt=&quot;&quot; /&gt;
</span><del>-                                &lt;?php } ?&gt;
</del><ins>+                                &lt;?php endif; ?&gt;
</ins><span class="cx">                         &lt;/div&gt;&lt;!-- #branding --&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;div id=&quot;access&quot;&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytenloopphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/loop.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/loop.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/loop.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> &lt;?php if ( $wp_query-&gt;max_num_pages &gt; 1 ) : ?&gt;
</span><span class="cx">         &lt;div id=&quot;nav-above&quot; class=&quot;navigation&quot;&gt;
</span><del>-                &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php next_posts_link(__( '&lt;span class=&quot;meta-nav&quot;&gt;&amp;larr;&lt;/span&gt; Older posts', 'twentyten' )); ?&gt;&lt;/div&gt;
-                &lt;div class=&quot;nav-next&quot;&gt;&lt;?php previous_posts_link(__( 'Newer posts &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyten' )); ?&gt;&lt;/div&gt;
</del><ins>+                &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php next_posts_link( __( '&lt;span class=&quot;meta-nav&quot;&gt;&amp;larr;&lt;/span&gt; Older posts', 'twentyten' ) ); ?&gt;&lt;/div&gt;
+                &lt;div class=&quot;nav-next&quot;&gt;&lt;?php previous_posts_link( __( 'Newer posts &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyten' ) ); ?&gt;&lt;/div&gt;
</ins><span class="cx">         &lt;/div&gt;&lt;!-- #nav-above --&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -18,15 +18,15 @@
</span><span class="cx"> &lt;?php while ( have_posts() ) : the_post(); ?&gt;
</span><span class="cx">         &lt;?php if ( in_category( 'Gallery' ) ) : ?&gt;
</span><span class="cx">                 &lt;div id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
</span><del>-                        &lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__('Permalink to %s', 'twentyten'), the_title_attribute('echo=0') ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
</del><ins>+                        &lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;entry-meta&quot;&gt;
</span><span class="cx">                                 &lt;?php
</span><del>-                                        printf(__( '&lt;span class=&quot;meta-prep meta-prep-author&quot;&gt;Posted on &lt;/span&gt;&lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;entry-date&quot;&gt;%3$s&lt;/span&gt;&lt;/a&gt; &lt;span class=&quot;meta-sep&quot;&gt; by &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%4$s&quot; title=&quot;%5$s&quot;&gt;%6$s&lt;/a&gt;&lt;/span&gt;', 'twentyten'),
</del><ins>+                                        printf( __( '&lt;span class=&quot;meta-prep meta-prep-author&quot;&gt;Posted on &lt;/span&gt;&lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;entry-date&quot;&gt;%3$s&lt;/span&gt;&lt;/a&gt; &lt;span class=&quot;meta-sep&quot;&gt; by &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%4$s&quot; title=&quot;%5$s&quot;&gt;%6$s&lt;/a&gt;&lt;/span&gt;', 'twentyten' ),
</ins><span class="cx">                                                 get_permalink(),
</span><span class="cx">                                                 esc_attr( get_the_time() ),
</span><span class="cx">                                                 get_the_date(),
</span><del>-                                                get_author_posts_url( get_the_author_meta('ID') ),
</del><ins>+                                                get_author_posts_url( get_the_author_meta( 'ID' ) ),
</ins><span class="cx">                                                 sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
</span><span class="cx">                                                 get_the_author()
</span><span class="cx">                                         );
</span><span class="lines">@@ -36,14 +36,14 @@
</span><span class="cx">                         &lt;div class=&quot;entry-content&quot;&gt;
</span><span class="cx">                                 &lt;div class=&quot;gallery-thumb&quot;&gt;
</span><span class="cx">                                         &lt;a class=&quot;size-thumbnail&quot; href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;&lt;?php
</span><del>-                                        $images = get_children( array('post_parent' =&gt; $post-&gt;ID, 'post_type' =&gt; 'attachment', 'post_mime_type' =&gt; 'image', 'orderby' =&gt; 'menu_order', 'order' =&gt; 'ASC', 'numberposts' =&gt; 999) );
-                                        $total_images = count($images);
-                                        $image = array_shift($images);
</del><ins>+                                        $images = get_children( array( 'post_parent' =&gt; $post-&gt;ID, 'post_type' =&gt; 'attachment', 'post_mime_type' =&gt; 'image', 'orderby' =&gt; 'menu_order', 'order' =&gt; 'ASC', 'numberposts' =&gt; 999 ) );
+                                        $total_images = count( $images );
+                                        $image = array_shift( $images );
</ins><span class="cx">                                         echo wp_get_attachment_image( $image-&gt;ID, 'thumbnail' );
</span><span class="cx">                                         ?&gt;&lt;/a&gt;
</span><span class="cx">                                 &lt;/div&gt;
</span><del>-                                &lt;p&gt;&lt;em&gt;&lt;?php printf( __('This gallery contains &lt;a %1$s&gt;%2$s photos&lt;/a&gt;.', 'twentyten'), 
-                                                'href=&quot;' . get_permalink() . '&quot; title=&quot;' . sprintf( esc_attr__('Permalink to %s', 'twentyten'), the_title_attribute('echo=0') ) . '&quot; rel=&quot;bookmark&quot;', 
</del><ins>+                                &lt;p&gt;&lt;em&gt;&lt;?php printf( __( 'This gallery contains &lt;a %1$s&gt;%2$s photos&lt;/a&gt;.', 'twentyten' ), 
+                                                'href=&quot;' . get_permalink() . '&quot; title=&quot;' . sprintf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ) . '&quot; rel=&quot;bookmark&quot;', 
</ins><span class="cx">                                                 $total_images 
</span><span class="cx">                                         ); ?&gt;&lt;/em&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">                                         $category_id = get_cat_ID( 'Gallery' );
</span><span class="cx">                                         $category_link = get_category_link( $category_id );
</span><span class="cx">                                 ?&gt;
</span><del>-                                &lt;a href=&quot;&lt;?php echo $category_link; ?&gt;&quot; title=&quot;&lt;?php esc_attr_e('View posts in the Gallery category', 'twentyten'); ?&gt;&quot;&gt;&lt;?php _e('More Galleries', 'twentyten'); ?&gt;&lt;/a&gt;
</del><ins>+                                &lt;a href=&quot;&lt;?php echo $category_link; ?&gt;&quot; title=&quot;&lt;?php esc_attr_e( 'View posts in the Gallery category', 'twentyten' ); ?&gt;&quot;&gt;&lt;?php _e( 'More Galleries', 'twentyten' ); ?&gt;&lt;/a&gt;
</ins><span class="cx">                                 &lt;span class=&quot;meta-sep&quot;&gt; | &lt;/span&gt;
</span><span class="cx">                                 &lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?&gt;&lt;/span&gt;
</span><span class="cx">                                 &lt;?php edit_post_link( __( 'Edit', 'twentyten' ), &quot;&lt;span class=\&quot;meta-sep\&quot;&gt;|&lt;/span&gt;\n\t\t\t\t\t\t&lt;span class=\&quot;edit-link\&quot;&gt;&quot;, &quot;&lt;/span&gt;\n\t\t\t\t\t\n&quot; ); ?&gt;
</span><span class="lines">@@ -77,11 +77,11 @@
</span><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;entry-utility&quot;&gt;
</span><span class="cx">                                 &lt;?php
</span><del>-                                        printf(__( '&lt;span class=&quot;meta-prep meta-prep-author&quot;&gt;Posted on &lt;/span&gt;&lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;entry-date&quot;&gt;%3$s&lt;/span&gt;&lt;/a&gt; &lt;span class=&quot;meta-sep&quot;&gt; by &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%4$s&quot; title=&quot;%5$s&quot;&gt;%6$s&lt;/a&gt;&lt;/span&gt;', 'twentyten'),
</del><ins>+                                        printf( __( '&lt;span class=&quot;meta-prep meta-prep-author&quot;&gt;Posted on &lt;/span&gt;&lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;entry-date&quot;&gt;%3$s&lt;/span&gt;&lt;/a&gt; &lt;span class=&quot;meta-sep&quot;&gt; by &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%4$s&quot; title=&quot;%5$s&quot;&gt;%6$s&lt;/a&gt;&lt;/span&gt;', 'twentyten' ),
</ins><span class="cx">                                                 get_permalink(),
</span><span class="cx">                                                 esc_attr( get_the_time() ),
</span><span class="cx">                                                 get_the_date(),
</span><del>-                                                get_author_posts_url( get_the_author_meta('ID') ),
</del><ins>+                                                get_author_posts_url( get_the_author_meta( 'ID' ) ),
</ins><span class="cx">                                                 sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
</span><span class="cx">                                                 get_the_author()
</span><span class="cx">                                         );
</span><span class="lines">@@ -95,15 +95,15 @@
</span><span class="cx"> 
</span><span class="cx">         &lt;?php else : ?&gt;
</span><span class="cx">                 &lt;div id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
</span><del>-                        &lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__('Permalink to %s', 'twentyten'), the_title_attribute('echo=0') ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
</del><ins>+                        &lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;entry-meta&quot;&gt;
</span><span class="cx">                                 &lt;?php
</span><del>-                                        printf(__( '&lt;span class=&quot;meta-prep meta-prep-author&quot;&gt;Posted on &lt;/span&gt;&lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;entry-date&quot;&gt;%3$s&lt;/span&gt;&lt;/a&gt; &lt;span class=&quot;meta-sep&quot;&gt; by &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%4$s&quot; title=&quot;%5$s&quot;&gt;%6$s&lt;/a&gt;&lt;/span&gt;', 'twentyten'),
</del><ins>+                                        printf( __( '&lt;span class=&quot;meta-prep meta-prep-author&quot;&gt;Posted on &lt;/span&gt;&lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;entry-date&quot;&gt;%3$s&lt;/span&gt;&lt;/a&gt; &lt;span class=&quot;meta-sep&quot;&gt; by &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%4$s&quot; title=&quot;%5$s&quot;&gt;%6$s&lt;/a&gt;&lt;/span&gt;', 'twentyten' ),
</ins><span class="cx">                                                 get_permalink(),
</span><span class="cx">                                                 esc_attr( get_the_time() ),
</span><span class="cx">                                                 get_the_date(),
</span><del>-                                                get_author_posts_url( get_the_author_meta('ID') ),
</del><ins>+                                                get_author_posts_url( get_the_author_meta( 'ID' ) ),
</ins><span class="cx">                                                 sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
</span><span class="cx">                                                 get_the_author()
</span><span class="cx">                                         );
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx">                                 &lt;span class=&quot;cat-links&quot;&gt;&lt;span class=&quot;entry-utility-prep entry-utility-prep-cat-links&quot;&gt;&lt;?php echo twentyten_cat_list(); ?&gt;&lt;/span&gt;&lt;/span&gt;
</span><span class="cx">                                 &lt;span class=&quot;meta-sep&quot;&gt; | &lt;/span&gt;
</span><span class="cx">                                 &lt;?php $tags_text = twentyten_tag_list(); ?&gt;
</span><del>-                                &lt;?php if ( !empty($tags_text) ) : ?&gt;
</del><ins>+                                &lt;?php if ( ! empty( $tags_text ) ) : ?&gt;
</ins><span class="cx">                                 &lt;span class=&quot;tag-links&quot;&gt;&lt;span class=&quot;entry-utility-prep entry-utility-prep-tag-links&quot;&gt;&lt;?php echo $tags_text; ?&gt;&lt;/span&gt;&lt;/span&gt;
</span><span class="cx">                                 &lt;span class=&quot;meta-sep&quot;&gt; | &lt;/span&gt;
</span><span class="cx">                                 &lt;?php endif; //$tags_text ?&gt;
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php if (  $wp_query-&gt;max_num_pages &gt; 1 ) : ?&gt;
</span><span class="cx">                                 &lt;div id=&quot;nav-below&quot; class=&quot;navigation&quot;&gt;
</span><del>-                                        &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php next_posts_link(__( '&lt;span class=&quot;meta-nav&quot;&gt;&amp;larr;&lt;/span&gt; Older posts', 'twentyten' )); ?&gt;&lt;/div&gt;
-                                        &lt;div class=&quot;nav-next&quot;&gt;&lt;?php previous_posts_link(__( 'Newer posts &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyten' )); ?&gt;&lt;/div&gt;
</del><ins>+                                        &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php next_posts_link( __( '&lt;span class=&quot;meta-nav&quot;&gt;&amp;larr;&lt;/span&gt; Older posts', 'twentyten' ) ); ?&gt;&lt;/div&gt;
+                                        &lt;div class=&quot;nav-next&quot;&gt;&lt;?php previous_posts_link( __( 'Newer posts &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyten' ) ); ?&gt;&lt;/div&gt;
</ins><span class="cx">                                 &lt;/div&gt;&lt;!-- #nav-below --&gt;
</span><del>-&lt;?php endif; ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php endif; ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytenonecolumnpagephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/onecolumn-page.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/onecolumn-page.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/onecolumn-page.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                                         &lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;
</span><span class="cx">                                         &lt;div class=&quot;entry-content&quot;&gt;
</span><span class="cx">                                                 &lt;?php the_content(); ?&gt;
</span><del>-                                                &lt;?php wp_link_pages( 'before=&lt;div class=&quot;page-link&quot;&gt;' . __( 'Pages:', 'twentyten' ) . '&amp;after=&lt;/div&gt;'); ?&gt;
</del><ins>+                                                &lt;?php wp_link_pages( 'before=&lt;div class=&quot;page-link&quot;&gt;' . __( 'Pages:', 'twentyten' ) . '&amp;after=&lt;/div&gt;' ); ?&gt;
</ins><span class="cx">                                                 &lt;?php edit_post_link( __( 'Edit', 'twentyten' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
</span><span class="cx">                                         &lt;/div&gt;&lt;!-- .entry-content --&gt;
</span><span class="cx">                                 &lt;/div&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
</span><span class="lines">@@ -25,4 +25,4 @@
</span><span class="cx">                         &lt;/div&gt;&lt;!-- #content --&gt;
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytenpagephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/page.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/page.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/page.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">                                         &lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;
</span><span class="cx">                                         &lt;div class=&quot;entry-content&quot;&gt;
</span><span class="cx">                                                 &lt;?php the_content(); ?&gt;
</span><del>-                                                &lt;?php wp_link_pages( 'before=&lt;div class=&quot;page-link&quot;&gt;' . __( 'Pages:', 'twentyten' ) . '&amp;after=&lt;/div&gt;'); ?&gt;
</del><ins>+                                                &lt;?php wp_link_pages( 'before=&lt;div class=&quot;page-link&quot;&gt;' . __( 'Pages:', 'twentyten' ) . '&amp;after=&lt;/div&gt;' ); ?&gt;
</ins><span class="cx">                                                 &lt;?php edit_post_link( __( 'Edit', 'twentyten' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
</span><span class="cx">                                         &lt;/div&gt;&lt;!-- .entry-content --&gt;
</span><span class="cx">                                 &lt;/div&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
</span><span class="lines">@@ -20,4 +20,4 @@
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar(); ?&gt;
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytensearchphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/search.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/search.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/search.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx">                         &lt;div id=&quot;content&quot;&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php if ( have_posts() ) : ?&gt;
</span><del>-                                &lt;h1 class=&quot;page-title&quot;&gt;&lt;?php printf( __( 'Search Results for: %s', 'twentyten' ), '&lt;span&gt;' . get_search_query() . '&lt;/span&gt;'); ?&gt;&lt;/h1&gt;
</del><ins>+                                &lt;h1 class=&quot;page-title&quot;&gt;&lt;?php printf( __( 'Search Results for: %s', 'twentyten' ), '&lt;span&gt;' . get_search_query() . '&lt;/span&gt;' ); ?&gt;&lt;/h1&gt;
</ins><span class="cx">         &lt;?php get_generic_template( 'loop', 'search' ); ?&gt;
</span><span class="cx"> &lt;?php else : ?&gt;
</span><span class="cx">                                 &lt;div id=&quot;post-0&quot; class=&quot;post no-results not-found&quot;&gt;
</span><span class="lines">@@ -19,4 +19,4 @@
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar(); ?&gt;
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytensidebarfooterphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/sidebar-footer.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/sidebar-footer.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/sidebar-footer.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -1,11 +1,13 @@
</span><span class="cx"> &lt;?php
</span><del>-        if ( is_active_sidebar('first-footer-widget-area') ||
-                is_active_sidebar('second-footer-widget-area') ||
-                is_active_sidebar('third-footer-widget-area') ||
-                is_active_sidebar('fourth-footer-widget-area') ) :
</del><ins>+        if ( 
+                is_active_sidebar( 'first-footer-widget-area' )  ||
+                is_active_sidebar( 'second-footer-widget-area' ) ||
+                is_active_sidebar( 'third-footer-widget-area' )  ||
+                is_active_sidebar( 'fourth-footer-widget-area' ) 
+        ) :
</ins><span class="cx"> ?&gt;
</span><span class="cx">                         &lt;div id=&quot;footer-widget-area&quot;&gt;
</span><del>-&lt;?php if ( is_active_sidebar('first-footer-widget-area') ) : ?&gt;
</del><ins>+&lt;?php if ( is_active_sidebar( 'first-footer-widget-area' ) ) : ?&gt;
</ins><span class="cx">                                         &lt;div id=&quot;first&quot; class=&quot;widget-area&quot;&gt;
</span><span class="cx">                                                 &lt;ul class=&quot;xoxo&quot;&gt;
</span><span class="cx">                                                         &lt;?php dynamic_sidebar( 'first-footer-widget-area' ); ?&gt;
</span><span class="lines">@@ -13,7 +15,7 @@
</span><span class="cx">                                         &lt;/div&gt;&lt;!-- #first .widget-area --&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-&lt;?php if ( is_active_sidebar('second-footer-widget-area') ) : ?&gt;
</del><ins>+&lt;?php if ( is_active_sidebar( 'second-footer-widget-area' ) ) : ?&gt;
</ins><span class="cx">                                 &lt;div id=&quot;second&quot; class=&quot;widget-area&quot;&gt;
</span><span class="cx">                                         &lt;ul class=&quot;xoxo&quot;&gt;
</span><span class="cx">                                                 &lt;?php dynamic_sidebar( 'second-footer-widget-area' ); ?&gt;
</span><span class="lines">@@ -21,7 +23,7 @@
</span><span class="cx">                                 &lt;/div&gt;&lt;!-- #second .widget-area --&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-&lt;?php if ( is_active_sidebar('third-footer-widget-area') ) : ?&gt;
</del><ins>+&lt;?php if ( is_active_sidebar( 'third-footer-widget-area' ) ) : ?&gt;
</ins><span class="cx">                                 &lt;div id=&quot;third&quot; class=&quot;widget-area&quot;&gt;
</span><span class="cx">                                         &lt;ul class=&quot;xoxo&quot;&gt;
</span><span class="cx">                                                 &lt;?php dynamic_sidebar( 'third-footer-widget-area' ); ?&gt;
</span><span class="lines">@@ -29,7 +31,7 @@
</span><span class="cx">                                 &lt;/div&gt;&lt;!-- #third .widget-area --&gt;
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-&lt;?php if ( is_active_sidebar('fourth-footer-widget-area') ) : ?&gt;
</del><ins>+&lt;?php if ( is_active_sidebar( 'fourth-footer-widget-area' ) ) : ?&gt;
</ins><span class="cx">                                 &lt;div id=&quot;fourth&quot; class=&quot;widget-area&quot;&gt;
</span><span class="cx">                                         &lt;ul class=&quot;xoxo&quot;&gt;
</span><span class="cx">                                                 &lt;?php dynamic_sidebar( 'fourth-footer-widget-area' ); ?&gt;
</span><span class="lines">@@ -38,4 +40,4 @@
</span><span class="cx"> &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;/div&gt;&lt;!-- #footer-widget-area --&gt;
</span><del>-&lt;?php endif; ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php endif; ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytensidebarphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/sidebar.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/sidebar.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/sidebar.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx">                 &lt;div id=&quot;primary&quot; class=&quot;widget-area&quot;&gt;
</span><span class="cx">                         &lt;ul class=&quot;xoxo&quot;&gt;
</span><del>-&lt;?php if ( !dynamic_sidebar('primary-widget-area') ) : // begin primary widget area ?&gt;
</del><ins>+&lt;?php if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : // begin primary widget area ?&gt;
</ins><span class="cx">                         &lt;li id=&quot;search&quot; class=&quot;widget-container widget_search&quot;&gt;
</span><span class="cx">                                 &lt;?php get_search_form(); ?&gt;
</span><span class="cx">                         &lt;/li&gt;
</span><span class="lines">@@ -24,10 +24,10 @@
</span><span class="cx">                         &lt;/ul&gt;
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #primary .widget-area --&gt;
</span><span class="cx"> 
</span><del>-&lt;?php if ( is_active_sidebar('secondary-widget-area') ) : // Nothing here by default and design ?&gt;
</del><ins>+&lt;?php if ( is_active_sidebar( 'secondary-widget-area' ) ) : // Nothing here by default and design ?&gt;
</ins><span class="cx">                 &lt;div id=&quot;secondary&quot; class=&quot;widget-area&quot;&gt;
</span><span class="cx">                         &lt;ul class=&quot;xoxo&quot;&gt;
</span><span class="cx">                                 &lt;?php dynamic_sidebar( 'secondary-widget-area' ); ?&gt;
</span><span class="cx">                         &lt;/ul&gt;
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #secondary .widget-area --&gt;
</span><del>-&lt;?php endif; ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php endif; ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytensinglephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/single.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/single.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/single.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;div class=&quot;entry-meta&quot;&gt;
</span><span class="cx">                                                 &lt;span class=&quot;meta-prep meta-prep-author&quot;&gt;&lt;?php _e( 'Posted by ', 'twentyten' ); ?&gt;&lt;/span&gt;
</span><del>-                                                &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;&lt;?php echo get_author_posts_url( get_the_author_meta('ID') ); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ); ?&gt;&quot;&gt;&lt;?php the_author(); ?&gt;&lt;/a&gt;&lt;/span&gt;
</del><ins>+                                                &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;&lt;?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ); ?&gt;&quot;&gt;&lt;?php the_author(); ?&gt;&lt;/a&gt;&lt;/span&gt;
</ins><span class="cx">                                                 &lt;span class=&quot;meta-sep&quot;&gt;&lt;?php _e( ' on ', 'twentyten' ); ?&gt; &lt;/span&gt;
</span><span class="cx">                                                 &lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php the_time(); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;entry-date&quot;&gt;&lt;?php echo get_the_date(); ?&gt;&lt;/span&gt;&lt;/a&gt;
</span><span class="cx">                                                 &lt;?php edit_post_link( __( 'Edit', 'twentyten' ), &quot;&lt;span class=\&quot;meta-sep\&quot;&gt;|&lt;/span&gt;\n\t\t\t\t\t\t&lt;span class=\&quot;edit-link\&quot;&gt;&quot;, &quot;&lt;/span&gt;\n\t\t\t\t\t&quot; ); ?&gt;
</span><span class="lines">@@ -26,16 +26,16 @@
</span><span class="cx">                                                 &lt;?php wp_link_pages( 'before=&lt;div class=&quot;page-link&quot;&gt;' . __( 'Pages:', 'twentyten' ) . '&amp;after=&lt;/div&gt;' ); ?&gt;
</span><span class="cx">                                         &lt;/div&gt;&lt;!-- .entry-content --&gt;
</span><span class="cx"> 
</span><del>-&lt;?php if ( get_the_author_meta('description') ) : // If a user has filled out their decscription show a bio on their entries  ?&gt;
</del><ins>+&lt;?php if ( get_the_author_meta( 'description' ) ) : // If a user has filled out their decscription show a bio on their entries  ?&gt;
</ins><span class="cx">                                         &lt;div id=&quot;entry-author-info&quot;&gt;
</span><span class="cx">                                                 &lt;div id=&quot;author-avatar&quot;&gt;
</span><del>-                                                        &lt;?php echo get_avatar( get_the_author_meta('user_email'), apply_filters('twentyten_author_bio_avatar_size', 60) ); ?&gt;
</del><ins>+                                                        &lt;?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?&gt;
</ins><span class="cx">                                                 &lt;/div&gt;&lt;!-- #author-avatar         --&gt;
</span><span class="cx">                                                 &lt;div id=&quot;author-description&quot;&gt;
</span><span class="cx">                                                         &lt;h2&gt;&lt;?php _e( 'About ', 'twentyten' ); ?&gt;&lt;?php the_author(); ?&gt;&lt;/h2&gt;
</span><del>-                                                        &lt;?php the_author_meta('description'); ?&gt;
</del><ins>+                                                        &lt;?php the_author_meta( 'description' ); ?&gt;
</ins><span class="cx">                                                         &lt;div id=&quot;author-link&quot;&gt;
</span><del>-                                                                &lt;a href=&quot;&lt;?php echo get_author_posts_url( get_the_author_meta('ID') ); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ); ?&gt;&quot;&gt;&lt;?php _e( 'View all posts by ', 'twentyten' ); ?&gt;&lt;?php the_author(); ?&gt; &amp;rarr;&lt;/a&gt;
</del><ins>+                                                                &lt;a href=&quot;&lt;?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ); ?&gt;&quot;&gt;&lt;?php _e( 'View all posts by ', 'twentyten' ); ?&gt;&lt;?php the_author(); ?&gt; &amp;rarr;&lt;/a&gt;
</ins><span class="cx">                                                         &lt;/div&gt;&lt;!-- #author-link        --&gt;
</span><span class="cx">                                                 &lt;/div&gt;&lt;!-- #author-description        --&gt;
</span><span class="cx">                                         &lt;/div&gt;&lt;!-- .entry-author-info --&gt;
</span><span class="lines">@@ -51,10 +51,10 @@
</span><span class="cx">                                                 }
</span><span class="cx">                                                 printf( 
</span><span class="cx">                                                         $utility_text,
</span><del>-                                                        get_the_category_list(', '),
</del><ins>+                                                        get_the_category_list( ', ' ),
</ins><span class="cx">                                                         $tag_list,
</span><span class="cx">                                                         get_permalink(),
</span><del>-                                                        the_title_attribute('echo=0'),
</del><ins>+                                                        the_title_attribute( 'echo=0' ),
</ins><span class="cx">                                                         get_post_comments_feed_link() 
</span><span class="cx">                                                 ); 
</span><span class="cx">                                         ?&gt;
</span><span class="lines">@@ -74,4 +74,4 @@
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar(); ?&gt;
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytentagphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyten/tag.php (13719 => 13720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyten/tag.php        2010-03-16 19:20:10 UTC (rev 13719)
+++ trunk/wp-content/themes/twentyten/tag.php        2010-03-16 20:17:22 UTC (rev 13720)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx"> &lt;?php the_post(); ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;h1 class=&quot;page-title&quot;&gt;&lt;?php 
</span><del>-                                        printf(__( 'Tag Archives: %s', 'twentyten' ), '&lt;span&gt;' . single_tag_title('', false) . '&lt;/span&gt;');
</del><ins>+                                        printf( __( 'Tag Archives: %s', 'twentyten' ), '&lt;span&gt;' . single_tag_title( '', false ) . '&lt;/span&gt;' );
</ins><span class="cx">                                 ?&gt;&lt;/h1&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php rewind_posts(); ?&gt;
</span><span class="lines">@@ -17,4 +17,4 @@
</span><span class="cx">                 &lt;/div&gt;&lt;!-- #container --&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar(); ?&gt;
</span><del>-&lt;?php get_footer(); ?&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+&lt;?php get_footer(); ?&gt;
</ins></span></pre>
</div>
</div>

</body>
</html>