<!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>[19915] trunk/wp-content/themes/twentytwelve: Twenty Twelve template changes and fixes ...</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, #logmsg > ol { margin-left: 0; 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/19915">19915</a></dd>
<dt>Author</dt> <dd>lancewillett</dd>
<dt>Date</dt> <dd>2012-02-14 03:54:46 +0000 (Tue, 14 Feb 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Twenty Twelve template changes and fixes ... see <a href="http://core.trac.wordpress.org/ticket/19978">#19978</a>.

 * Add custom header support
 * header.php: use `get_stylesheet_uri()` to load stylesheet, props Mamaduka
 * Add full-width template, including adding relevant body_class value as a CSS hook
 * Hide sidebar on all views if no active widgets exist
 * Fix site title output (was missing site title)
 * Remove &quot;featured&quot; title for sticky posts
 * Add content template files for aside, image, link, and quote post formats
 * Indent content-single.php to match content.php
 * Remove sample JPG since Twenty Twelve ships with no default header images

... and style updates, props drewstrojny

 * Better footer styles
 * Styling for full-width layouts
 * Add basic styles for archive views
 * Refine post header/footer styles a bit</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentytwelvearchivephp">trunk/wp-content/themes/twentytwelve/archive.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvecontentsinglephp">trunk/wp-content/themes/twentytwelve/content-single.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvecontentphp">trunk/wp-content/themes/twentytwelve/content.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvefunctionsphp">trunk/wp-content/themes/twentytwelve/functions.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelveheaderphp">trunk/wp-content/themes/twentytwelve/header.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelveindexphp">trunk/wp-content/themes/twentytwelve/index.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvesidebarphp">trunk/wp-content/themes/twentytwelve/sidebar.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvestylecss">trunk/wp-content/themes/twentytwelve/style.css</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentytwelvecontentasidephp">trunk/wp-content/themes/twentytwelve/content-aside.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvecontentimagephp">trunk/wp-content/themes/twentytwelve/content-image.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvecontentlinkphp">trunk/wp-content/themes/twentytwelve/content-link.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvecontentquotephp">trunk/wp-content/themes/twentytwelve/content-quote.php</a></li>
<li><a href="#trunkwpcontentthemestwentytwelvefullwidthpagephp">trunk/wp-content/themes/twentytwelve/full-width-page.php</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/wp-content/themes/twentytwelve/images/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpcontentthemestwentytwelvearchivephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/archive.php (19914 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/archive.php        2012-02-13 21:01:55 UTC (rev 19914)
+++ trunk/wp-content/themes/twentytwelve/archive.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -18,36 +18,31 @@
</span><span class="cx">                 &lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;?php if ( have_posts() ) : ?&gt;
</span><ins>+                        &lt;h1 class=&quot;archive-title all-caps-title&quot;&gt;&lt;?php
+                                if ( is_day() ) {
+                                        printf( __( 'Daily Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . get_the_date() . '&lt;/span&gt;' );
+                                } elseif ( is_month() ) {
+                                        printf( __( 'Monthly Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentytwelve' ) ) . '&lt;/span&gt;' );
+                                } elseif ( is_year() ) {
+                                        printf( __( 'Yearly Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . get_the_date( _x( 'Y', 'yearly archives date format', 'twentytwelve' ) ) . '&lt;/span&gt;' );
+                                } elseif ( is_tag() ) {
+                                        printf( __( 'Tag Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . single_tag_title( '', false ) . '&lt;/span&gt;' );
+                                        // Show an optional tag description
+                                        $tag_description = tag_description();
+                                        if ( $tag_description )
+                                                echo apply_filters( 'tag_archive_meta', '&lt;div class=&quot;tag-archive-meta&quot;&gt;' . $tag_description . '&lt;/div&gt;' );
+                                } elseif ( is_category() ) {
+                                        printf( __( 'Category Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . single_cat_title( '', false ) . '&lt;/span&gt;' );
+                                        // Show an optional category description
+                                        $category_description = category_description();
+                                        if ( $category_description )
+                                                echo apply_filters( 'category_archive_meta', '&lt;div class=&quot;category-archive-meta&quot;&gt;' . $category_description . '&lt;/div&gt;' );
+                                } else {
+                                        _e( 'Blog Archives', 'twentytwelve' );
+                                }
+                        ?&gt;&lt;/h1&gt;
</ins><span class="cx"> 
</span><del>-                        &lt;header class=&quot;page-header&quot;&gt;
-                                &lt;h1 class=&quot;page-title&quot;&gt;&lt;?php
-                                        if ( is_day() ) {
-                                                printf( __( 'Daily Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . get_the_date() . '&lt;/span&gt;' );
-                                        } elseif ( is_month() ) {
-                                                printf( __( 'Monthly Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentytwelve' ) ) . '&lt;/span&gt;' );
-                                        } elseif ( is_year() ) {
-                                                printf( __( 'Yearly Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . get_the_date( _x( 'Y', 'yearly archives date format', 'twentytwelve' ) ) . '&lt;/span&gt;' );
-                                        } elseif ( is_tag() ) {
-                                                printf( __( 'Tag Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . single_tag_title( '', false ) . '&lt;/span&gt;' );
-                                                // Show an optional tag description
-                                                $tag_description = tag_description();
-                                                if ( $tag_description )
-                                                        echo apply_filters( 'tag_archive_meta', '&lt;div class=&quot;tag-archive-meta&quot;&gt;' . $tag_description . '&lt;/div&gt;' );
-                                        } elseif ( is_category() ) {
-                                                printf( __( 'Category Archives: %s', 'twentytwelve' ), '&lt;span&gt;' . single_cat_title( '', false ) . '&lt;/span&gt;' );
-                                                // Show an optional category description
-                                                $category_description = category_description();
-                                                if ( $category_description )
-                                                        echo apply_filters( 'category_archive_meta', '&lt;div class=&quot;category-archive-meta&quot;&gt;' . $category_description . '&lt;/div&gt;' );
-                                        } else {
-                                                _e( 'Blog Archives', 'twentytwelve' );
-                                        }
-                                ?&gt;&lt;/h1&gt;
-                        &lt;/header&gt;
-
</del><span class="cx">                         &lt;?php
</span><del>-                        twentytwelve_content_nav( 'nav-above' );
-                        
</del><span class="cx">                         /* Start the Loop */
</span><span class="cx">                         while ( have_posts() ) : the_post();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvecontentasidephp"></a>
<div class="addfile"><h4>Added: trunk/wp-content/themes/twentytwelve/content-aside.php (0 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/content-aside.php                                (rev 0)
+++ trunk/wp-content/themes/twentytwelve/content-aside.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -0,0 +1,29 @@
</span><ins>+&lt;?php
+/**
+ * The template for displaying posts in the Aside post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Twelve
+ * @since Twenty Twelve 1.0
+ */
+?&gt;
+
+        &lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
+                &lt;header class=&quot;entry-header&quot;&gt;
+                        &lt;h1 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', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;
+                &lt;/header&gt;&lt;!-- .entry-header --&gt;
+
+                &lt;div class=&quot;entry-content&quot;&gt;
+                        &lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentytwelve' ) ); ?&gt;
+                        &lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-links&quot;&gt;' . __( 'Pages:', 'twentytwelve' ), 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
+                &lt;/div&gt;&lt;!-- .entry-content --&gt;
+
+                &lt;footer class=&quot;entry-meta&quot;&gt;
+                        &lt;?php twentytwelve_posted_on(); ?&gt;
+                        &lt;?php if ( comments_open() ) : ?&gt;
+                        &lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
+                        &lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentytwelve' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentytwelve' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentytwelve' ) ); ?&gt;&lt;/span&gt;
+                        &lt;?php endif; ?&gt;
+                        &lt;?php edit_post_link( __( 'Edit', 'twentytwelve' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
+                &lt;/footer&gt;&lt;!-- #entry-meta --&gt;
+        &lt;/article&gt;&lt;!-- #post --&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvecontentimagephp"></a>
<div class="addfile"><h4>Added: trunk/wp-content/themes/twentytwelve/content-image.php (0 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/content-image.php                                (rev 0)
+++ trunk/wp-content/themes/twentytwelve/content-image.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -0,0 +1,50 @@
</span><ins>+&lt;?php
+/**
+ * The template for displaying posts in the Image post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Twelve
+ * @since Twenty Twelve 1.0
+ */
+?&gt;
+
+        &lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
+                &lt;header class=&quot;entry-header&quot;&gt;
+                        &lt;h1 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', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;
+
+                        &lt;div class=&quot;entry-meta&quot;&gt;
+                                &lt;?php twentytwelve_posted_on(); ?&gt;
+                        &lt;/div&gt;&lt;!-- .entry-meta --&gt;
+                &lt;/header&gt;&lt;!-- .entry-header --&gt;
+
+                &lt;div class=&quot;entry-content&quot;&gt;
+                        &lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentytwelve' ) ); ?&gt;
+                        &lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-links&quot;&gt;' . __( 'Pages:', 'twentytwelve' ), 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
+                &lt;/div&gt;&lt;!-- .entry-content --&gt;
+
+                &lt;footer class=&quot;entry-meta&quot;&gt;
+                        &lt;?php
+                                /* translators: used between list items, there is a space after the comma */
+                                $categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) );
+                                if ( $categories_list ) :
+                        ?&gt;
+                        &lt;span class=&quot;cat-links&quot;&gt;
+                                &lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted in&lt;/span&gt; %2$s', 'twentytwelve' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); ?&gt;
+                        &lt;/span&gt;
+                        &lt;?php endif; // End if categories ?&gt;
+                        &lt;?php
+                                /* translators: used between list items, there is a space after the comma */
+                                $tags_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) );
+                                if ( $tags_list ) : ?&gt;
+                        &lt;span class=&quot;tag-links&quot;&gt;
+                                &lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Tagged&lt;/span&gt; %2$s', 'twentytwelve' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?&gt;
+                        &lt;/span&gt;
+                        &lt;?php endif; // End if $tags_list ?&gt;
+
+                        &lt;?php if ( comments_open() ) : ?&gt;
+                        &lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentytwelve' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentytwelve' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentytwelve' ) ); ?&gt;&lt;/span&gt;
+                        &lt;?php endif; // End if comments_open() ?&gt;
+
+                        &lt;?php edit_post_link( __( 'Edit', 'twentytwelve' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
+                &lt;/footer&gt;&lt;!-- #entry-meta --&gt;
+        &lt;/article&gt;&lt;!-- #post --&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvecontentlinkphp"></a>
<div class="addfile"><h4>Added: trunk/wp-content/themes/twentytwelve/content-link.php (0 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/content-link.php                                (rev 0)
+++ trunk/wp-content/themes/twentytwelve/content-link.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -0,0 +1,29 @@
</span><ins>+&lt;?php
+/**
+ * The template for displaying posts in the Link post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Twelve
+ * @since Twenty Twelve 1.0
+ */
+?&gt;
+
+        &lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
+                &lt;header class=&quot;entry-header&quot;&gt;
+                        &lt;h1 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', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;
+                &lt;/header&gt;&lt;!-- .entry-header --&gt;
+
+                &lt;div class=&quot;entry-content&quot;&gt;
+                        &lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentytwelve' ) ); ?&gt;
+                        &lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-links&quot;&gt;' . __( 'Pages:', 'twentytwelve' ), 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
+                &lt;/div&gt;&lt;!-- .entry-content --&gt;
+
+                &lt;footer class=&quot;entry-meta&quot;&gt;
+                        &lt;?php twentytwelve_posted_on(); ?&gt;
+                        &lt;?php if ( comments_open() ) : ?&gt;
+                        &lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
+                        &lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentytwelve' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentytwelve' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentytwelve' ) ); ?&gt;&lt;/span&gt;
+                        &lt;?php endif; ?&gt;
+                        &lt;?php edit_post_link( __( 'Edit', 'twentytwelve' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
+                &lt;/footer&gt;&lt;!-- #entry-meta --&gt;
+        &lt;/article&gt;&lt;!-- #post --&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvecontentquotephp"></a>
<div class="addfile"><h4>Added: trunk/wp-content/themes/twentytwelve/content-quote.php (0 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/content-quote.php                                (rev 0)
+++ trunk/wp-content/themes/twentytwelve/content-quote.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -0,0 +1,50 @@
</span><ins>+&lt;?php
+/**
+ * The template for displaying posts in the Quote post format
+ *
+ * @package WordPress
+ * @subpackage Twenty_Twelve
+ * @since Twenty Twelve 1.0
+ */
+?&gt;
+
+        &lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
+                &lt;header class=&quot;entry-header&quot;&gt;
+                        &lt;h1 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', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;
+
+                        &lt;div class=&quot;entry-meta&quot;&gt;
+                                &lt;?php twentytwelve_posted_on(); ?&gt;
+                        &lt;/div&gt;&lt;!-- .entry-meta --&gt;
+                &lt;/header&gt;&lt;!-- .entry-header --&gt;
+
+                &lt;div class=&quot;entry-content&quot;&gt;
+                        &lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentytwelve' ) ); ?&gt;
+                        &lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-links&quot;&gt;' . __( 'Pages:', 'twentytwelve' ), 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
+                &lt;/div&gt;&lt;!-- .entry-content --&gt;
+
+                &lt;footer class=&quot;entry-meta&quot;&gt;
+                        &lt;?php
+                                /* translators: used between list items, there is a space after the comma */
+                                $categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) );
+                                if ( $categories_list ) :
+                        ?&gt;
+                        &lt;span class=&quot;cat-links&quot;&gt;
+                                &lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted in&lt;/span&gt; %2$s', 'twentytwelve' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); ?&gt;
+                        &lt;/span&gt;
+                        &lt;?php endif; // End if categories ?&gt;
+                        &lt;?php
+                                /* translators: used between list items, there is a space after the comma */
+                                $tags_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) );
+                                if ( $tags_list ) : ?&gt;
+                        &lt;span class=&quot;tag-links&quot;&gt;
+                                &lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Tagged&lt;/span&gt; %2$s', 'twentytwelve' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?&gt;
+                        &lt;/span&gt;
+                        &lt;?php endif; // End if $tags_list ?&gt;
+
+                        &lt;?php if ( comments_open() ) : ?&gt;
+                        &lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentytwelve' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentytwelve' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentytwelve' ) ); ?&gt;&lt;/span&gt;
+                        &lt;?php endif; // End if comments_open() ?&gt;
+
+                        &lt;?php edit_post_link( __( 'Edit', 'twentytwelve' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
+                &lt;/footer&gt;&lt;!-- #entry-meta --&gt;
+        &lt;/article&gt;&lt;!-- #post --&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvecontentsinglephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/content-single.php (19914 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/content-single.php        2012-02-13 21:01:55 UTC (rev 19914)
+++ trunk/wp-content/themes/twentytwelve/content-single.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -8,64 +8,64 @@
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><del>-&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
-        &lt;header class=&quot;entry-header&quot;&gt;
-                &lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;
</del><ins>+        &lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
+                &lt;header class=&quot;entry-header&quot;&gt;
+                        &lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;
</ins><span class="cx"> 
</span><del>-                &lt;?php if ( 'post' == get_post_type() ) : ?&gt;
-                &lt;div class=&quot;entry-meta&quot;&gt;
-                        &lt;?php twentytwelve_posted_on(); ?&gt;
-                &lt;/div&gt;&lt;!-- .entry-meta --&gt;
-                &lt;?php endif; ?&gt;
-        &lt;/header&gt;&lt;!-- .entry-header --&gt;
</del><ins>+                        &lt;?php if ( 'post' == get_post_type() ) : // Hide entry meta for pages ?&gt;
+                        &lt;div class=&quot;entry-meta&quot;&gt;
+                                &lt;?php twentytwelve_posted_on(); ?&gt;
+                        &lt;/div&gt;&lt;!-- .entry-meta --&gt;
+                        &lt;?php endif; ?&gt;
+                &lt;/header&gt;&lt;!-- .entry-header --&gt;
</ins><span class="cx"> 
</span><del>-        &lt;div class=&quot;entry-content&quot;&gt;
-                &lt;?php the_content(); ?&gt;
-                &lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-links&quot;&gt;' . __( 'Pages:', 'twentytwelve' ), 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
-        &lt;/div&gt;&lt;!-- .entry-content --&gt;
</del><ins>+                &lt;div class=&quot;entry-content&quot;&gt;
+                        &lt;?php the_content(); ?&gt;
+                        &lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-links&quot;&gt;' . __( 'Pages:', 'twentytwelve' ), 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
+                &lt;/div&gt;&lt;!-- .entry-content --&gt;
</ins><span class="cx"> 
</span><del>-        &lt;footer class=&quot;entry-meta&quot;&gt;
-                &lt;?php
-                        /* translators: used between list items, there is a space after the comma */
-                        $categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) );
</del><ins>+                &lt;footer class=&quot;entry-meta&quot;&gt;
+                        &lt;?php
+                                /* translators: used between list items, there is a space after the comma */
+                                $categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) );
</ins><span class="cx"> 
</span><del>-                        /* translators: used between list items, there is a space after the comma */
-                        $tag_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) );
-                        if ( '' != $tag_list ) {
-                                $utility_text = __( 'This entry was posted in %1$s and tagged %2$s by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentytwelve' );
-                        } elseif ( '' != $categories_list ) {
-                                $utility_text = __( 'This entry was posted in %1$s by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentytwelve' );
-                        } else {
-                                $utility_text = __( 'This entry was posted by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentytwelve' );
-                        }
</del><ins>+                                /* translators: used between list items, there is a space after the comma */
+                                $tag_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) );
+                                if ( '' != $tag_list ) {
+                                        $utility_text = __( 'This entry was posted in %1$s and tagged %2$s by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentytwelve' );
+                                } elseif ( '' != $categories_list ) {
+                                        $utility_text = __( 'This entry was posted in %1$s by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentytwelve' );
+                                } else {
+                                        $utility_text = __( 'This entry was posted by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentytwelve' );
+                                }
</ins><span class="cx"> 
</span><del>-                        printf(
-                                $utility_text,
-                                $categories_list,
-                                $tag_list,
-                                esc_url( get_permalink() ),
-                                the_title_attribute( 'echo=0' ),
-                                get_the_author(),
-                                esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) )
-                        );
-                ?&gt;
-                &lt;?php edit_post_link( __( 'Edit', 'twentytwelve' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
</del><ins>+                                printf(
+                                        $utility_text,
+                                        $categories_list,
+                                        $tag_list,
+                                        esc_url( get_permalink() ),
+                                        the_title_attribute( 'echo=0' ),
+                                        get_the_author(),
+                                        esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) )
+                                );
+                        ?&gt;
+                        &lt;?php edit_post_link( __( 'Edit', 'twentytwelve' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
</ins><span class="cx"> 
</span><del>-                &lt;?php if ( get_the_author_meta( 'description' ) &amp;&amp; ( ! function_exists( 'is_multi_author' ) || is_multi_author() ) ) : // If a user has filled out their description and this is a multi-author blog, show a bio on their entries ?&gt;
-                &lt;div id=&quot;author-info&quot;&gt;
-                        &lt;div id=&quot;author-avatar&quot;&gt;
-                                &lt;?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentytwelve_author_bio_avatar_size', 68 ) ); ?&gt;
-                        &lt;/div&gt;&lt;!-- #author-avatar --&gt;
-                        &lt;div id=&quot;author-description&quot;&gt;
-                                &lt;h2&gt;&lt;?php printf( __( 'About %s', 'twentytwelve' ), get_the_author() ); ?&gt;&lt;/h2&gt;
-                                &lt;?php the_author_meta( 'description' ); ?&gt;
-                                &lt;div id=&quot;author-link&quot;&gt;
-                                        &lt;a href=&quot;&lt;?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?&gt;&quot; rel=&quot;author&quot;&gt;
-                                                &lt;?php printf( __( 'View all posts by %s &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentytwelve' ), get_the_author() ); ?&gt;
-                                        &lt;/a&gt;
-                                &lt;/div&gt;&lt;!-- #author-link        --&gt;
-                        &lt;/div&gt;&lt;!-- #author-description --&gt;
-                &lt;/div&gt;&lt;!-- #entry-author-info --&gt;
-                &lt;?php endif; ?&gt;
-        &lt;/footer&gt;&lt;!-- .entry-meta --&gt;
-&lt;/article&gt;&lt;!-- #post --&gt;
</del><ins>+                        &lt;?php if ( get_the_author_meta( 'description' ) &amp;&amp; ( ! function_exists( 'is_multi_author' ) || is_multi_author() ) ) : // If a user has filled out their description and this is a multi-author blog, show a bio on their entries ?&gt;
+                        &lt;div id=&quot;author-info&quot;&gt;
+                                &lt;div id=&quot;author-avatar&quot;&gt;
+                                        &lt;?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentytwelve_author_bio_avatar_size', 68 ) ); ?&gt;
+                                &lt;/div&gt;&lt;!-- #author-avatar --&gt;
+                                &lt;div id=&quot;author-description&quot;&gt;
+                                        &lt;h2&gt;&lt;?php printf( __( 'About %s', 'twentytwelve' ), get_the_author() ); ?&gt;&lt;/h2&gt;
+                                        &lt;?php the_author_meta( 'description' ); ?&gt;
+                                        &lt;div id=&quot;author-link&quot;&gt;
+                                                &lt;a href=&quot;&lt;?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?&gt;&quot; rel=&quot;author&quot;&gt;
+                                                        &lt;?php printf( __( 'View all posts by %s &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentytwelve' ), get_the_author() ); ?&gt;
+                                                &lt;/a&gt;
+                                        &lt;/div&gt;&lt;!-- #author-link        --&gt;
+                                &lt;/div&gt;&lt;!-- #author-description --&gt;
+                        &lt;/div&gt;&lt;!-- #entry-author-info --&gt;
+                        &lt;?php endif; ?&gt;
+                &lt;/footer&gt;&lt;!-- .entry-meta --&gt;
+        &lt;/article&gt;&lt;!-- #post --&gt;
</ins></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvecontentphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/content.php (19914 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/content.php        2012-02-13 21:01:55 UTC (rev 19914)
+++ trunk/wp-content/themes/twentytwelve/content.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> &lt;?php
</span><span class="cx"> /**
</span><del>- * The default template for displaying content
</del><ins>+ * The default template for displaying content on indexed pages (home, archive, search)
</ins><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Twenty_Twelve
</span><span class="lines">@@ -10,23 +10,16 @@
</span><span class="cx"> 
</span><span class="cx">         &lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
</span><span class="cx">                 &lt;header class=&quot;entry-header&quot;&gt;
</span><del>-                        &lt;?php if ( is_sticky() ) : ?&gt;
-                                &lt;hgroup&gt;
-                                        &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', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
-                                        &lt;h3 class=&quot;entry-format&quot;&gt;&lt;?php _e( 'Featured', 'twentytwelve' ); ?&gt;&lt;/h3&gt;
-                                &lt;/hgroup&gt;
-                        &lt;?php else : ?&gt;
</del><span class="cx">                         &lt;h1 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', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;
</span><del>-                        &lt;?php endif; ?&gt;
</del><span class="cx"> 
</span><del>-                        &lt;?php if ( 'post' == get_post_type() ) : ?&gt;
</del><ins>+                        &lt;?php if ( 'post' == get_post_type() ) : // Hide entry meta for pages ?&gt;
</ins><span class="cx">                         &lt;div class=&quot;entry-meta&quot;&gt;
</span><span class="cx">                                 &lt;?php twentytwelve_posted_on(); ?&gt;
</span><span class="cx">                         &lt;/div&gt;&lt;!-- .entry-meta --&gt;
</span><span class="cx">                         &lt;?php endif; ?&gt;
</span><span class="cx">                 &lt;/header&gt;&lt;!-- .entry-header --&gt;
</span><span class="cx"> 
</span><del>-                &lt;?php if ( is_search() ) : // Only display Excerpts for Search ?&gt;
</del><ins>+                &lt;?php if ( is_search() ) : // Only display excerpts for search ?&gt;
</ins><span class="cx">                 &lt;div class=&quot;entry-summary&quot;&gt;
</span><span class="cx">                         &lt;?php the_excerpt(); ?&gt;
</span><span class="cx">                 &lt;/div&gt;&lt;!-- .entry-summary --&gt;
</span><span class="lines">@@ -38,36 +31,27 @@
</span><span class="cx">                 &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;footer class=&quot;entry-meta&quot;&gt;
</span><del>-                        &lt;?php $show_sep = false; ?&gt;
-                        &lt;?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?&gt;
</del><ins>+                        &lt;?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages ?&gt;
</ins><span class="cx">                         &lt;?php
</span><span class="cx">                                 /* translators: used between list items, there is a space after the comma */
</span><span class="cx">                                 $categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) );
</span><del>-                                if ( $categories_list ):
</del><ins>+                                if ( $categories_list ) :
</ins><span class="cx">                         ?&gt;
</span><span class="cx">                         &lt;span class=&quot;cat-links&quot;&gt;
</span><del>-                                &lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted in&lt;/span&gt; %2$s', 'twentytwelve' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
-                                $show_sep = true; ?&gt;
</del><ins>+                                &lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted in&lt;/span&gt; %2$s', 'twentytwelve' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); ?&gt;
</ins><span class="cx">                         &lt;/span&gt;
</span><span class="cx">                         &lt;?php endif; // End if categories ?&gt;
</span><span class="cx">                         &lt;?php
</span><span class="cx">                                 /* translators: used between list items, there is a space after the comma */
</span><span class="cx">                                 $tags_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) );
</span><del>-                                if ( $tags_list ):
-                                if ( $show_sep ) : ?&gt;
-                        &lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
-                                &lt;?php endif; // End if $show_sep ?&gt;
</del><ins>+                                if ( $tags_list ) : ?&gt;
</ins><span class="cx">                         &lt;span class=&quot;tag-links&quot;&gt;
</span><del>-                                &lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Tagged&lt;/span&gt; %2$s', 'twentytwelve' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
-                                $show_sep = true; ?&gt;
</del><ins>+                                &lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Tagged&lt;/span&gt; %2$s', 'twentytwelve' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?&gt;
</ins><span class="cx">                         &lt;/span&gt;
</span><span class="cx">                         &lt;?php endif; // End if $tags_list ?&gt;
</span><span class="cx">                         &lt;?php endif; // End if 'post' == get_post_type() ?&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php if ( comments_open() ) : ?&gt;
</span><del>-                        &lt;?php if ( $show_sep ) : ?&gt;
-                        &lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
-                        &lt;?php endif; // End if $show_sep ?&gt;
</del><span class="cx">                         &lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentytwelve' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentytwelve' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentytwelve' ) ); ?&gt;&lt;/span&gt;
</span><span class="cx">                         &lt;?php endif; // End if comments_open() ?&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvefullwidthpagephp"></a>
<div class="addfile"><h4>Added: trunk/wp-content/themes/twentytwelve/full-width-page.php (0 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/full-width-page.php                                (rev 0)
+++ trunk/wp-content/themes/twentytwelve/full-width-page.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -0,0 +1,23 @@
</span><ins>+&lt;?php
+/**
+ * Template Name: Full-width page, no sidebar
+ *
+ * @package WordPress
+ * @subpackage Twenty_Twelve
+ * @since Twenty Twelve 1.0
+ */
+
+get_header(); ?&gt;
+
+        &lt;div id=&quot;primary&quot;&gt;
+                &lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;
+
+                        &lt;?php while ( have_posts() ) : the_post(); ?&gt;
+                                &lt;?php get_template_part( 'content', 'page' ); ?&gt;
+                                &lt;?php comments_template( '', true ); ?&gt;
+                        &lt;?php endwhile; // end of the loop. ?&gt;
+
+                &lt;/div&gt;&lt;!-- #content --&gt;
+        &lt;/div&gt;&lt;!-- #primary --&gt;
+
+&lt;?php get_footer(); ?&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvefunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/functions.php (19914 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/functions.php        2012-02-13 21:01:55 UTC (rev 19914)
+++ trunk/wp-content/themes/twentytwelve/functions.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">  */
</span><span class="cx"> add_action( 'after_setup_theme', 'twentytwelve_setup' );
</span><span class="cx"> 
</span><del>-if ( ! function_exists( 'twentytwelve_setup' ) ):
</del><ins>+if ( ! function_exists( 'twentytwelve_setup' ) ) :
</ins><span class="cx"> /**
</span><span class="cx">  * Sets up theme defaults and registers support for various WordPress features.
</span><span class="cx">  *
</span><span class="lines">@@ -59,15 +59,135 @@
</span><span class="cx">         // Add default posts and comments RSS feed links to &lt;head&gt;.
</span><span class="cx">         add_theme_support( 'automatic-feed-links' );
</span><span class="cx"> 
</span><ins>+        // Add support for a variety of post formats
+        add_theme_support( 'post-formats', array( 'aside', 'image', 'link', 'quote' ) );
+
</ins><span class="cx">         // This theme uses wp_nav_menu() in one location.
</span><span class="cx">         register_nav_menu( 'primary', __( 'Primary Menu', 'twentytwelve' ) );
</span><span class="cx"> 
</span><del>-        // Add support for custom backgrounds
</del><ins>+        // Add support for custom background.
</ins><span class="cx">         add_custom_background();
</span><ins>+
+        // Add support for a custom header image.
+        $header_args = array(
+                'random-default' =&gt; true,
+                'flex-height' =&gt; true,
+                'suggested-height' =&gt; apply_filters( 'twentytwelve_header_image_height', 250 ),
+                'flex-width' =&gt; true,
+                'max-width' =&gt; apply_filters( 'twentytwelve_header_image_max_width', 2000 ),
+                'suggested-width' =&gt; apply_filters( 'twentytwelve_header_image_width', 960 ),
+        );
+        add_theme_support( 'custom-header', $header_args );
+        add_custom_image_header( 'twentytwelve_header_style', 'twentytwelve_admin_header_style', 'twentytwelve_admin_header_image' );
+
+        // The default header text color
+        define( 'HEADER_TEXTCOLOR', '444' );
</ins><span class="cx"> }
</span><span class="cx"> endif;
</span><span class="cx"> 
</span><ins>+if ( ! function_exists( 'twentytwelve_header_style' ) ) :
</ins><span class="cx"> /**
</span><ins>+ * Styles the header image and text displayed on the blog
+ *
+ * get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank'), or any hex value
+ *
+ * @since Twenty Twelve 1.0
+ */
+function twentytwelve_header_style() {
+        // If no custom options for text are set, let's bail
+        if ( HEADER_TEXTCOLOR == get_header_textcolor() )
+                return;
+        // If we get this far, we have custom styles.
+        ?&gt;
+        &lt;style type=&quot;text/css&quot;&gt;
+        &lt;?php
+                // Has the text been hidden?
+                if ( 'blank' == get_header_textcolor() ) :
+        ?&gt;
+                .site-title,
+                .site-description {
+                        position: absolute !important;
+                        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+                        clip: rect(1px, 1px, 1px, 1px);
+                }
+        &lt;?php
+                // If the user has set a custom color for the text, use that.
+                else :
+        ?&gt;
+                .site-title a,
+                .site-description {
+                        color: #&lt;?php echo get_header_textcolor(); ?&gt; !important;
+                }
+        &lt;?php endif; ?&gt;
+        &lt;/style&gt;
+        &lt;?php
+}
+endif;
+
+if ( ! function_exists( 'twentytwelve_admin_header_style' ) ) :
+/**
+ * Styles the header image displayed on the Appearance &gt; Header admin panel.
+ *
+ * Referenced via add_custom_image_header() in twentytwelve_setup().
+ *
+ * @since Twenty Twelve 1.0
+ */
+function twentytwelve_admin_header_style() {
+?&gt;
+        &lt;style type=&quot;text/css&quot;&gt;
+        .appearance_page_custom-header #headimg {
+                border: none;
+        }
+        #headimg h1,
+        #headimg h2 {
+                line-height: 1.6;
+                margin: 0;
+                padding: 0;
+        }
+        #headimg h1 {
+                font-size: 30px;
+        }
+        #headimg h1 a {
+                text-decoration: none;
+        }
+        #headimg h2 {
+                font: normal 13px/1.8 &quot;HelveticaNeue-Light&quot;, &quot;Helvetica Neue Light&quot;, &quot;Helvetica Neue&quot;, sans-serif;
+                margin-bottom: 24px;
+        }
+        #headimg img {
+        }
+        &lt;/style&gt;
+&lt;?php
+}
+endif;
+
+if ( ! function_exists( 'twentytwelve_admin_header_image' ) ) :
+/**
+ * Custom header image markup displayed on the Appearance &gt; Header admin panel.
+ *
+ * Referenced via add_custom_image_header() in twentytwelve_setup().
+ *
+ * @since Twenty Twelve 1.0
+ */
+function twentytwelve_admin_header_image() { ?&gt;
+        &lt;div id=&quot;headimg&quot;&gt;
+                &lt;?php
+                if ( 'blank' == get_theme_mod( 'header_textcolor', HEADER_TEXTCOLOR ) || '' == get_theme_mod( 'header_textcolor', HEADER_TEXTCOLOR ) )
+                        $style = ' style=&quot;display:none;&quot;';
+                else
+                        $style = ' style=&quot;color:#' . get_theme_mod( 'header_textcolor', HEADER_TEXTCOLOR ) . ';&quot;';
+                ?&gt;
+                &lt;h1&gt;&lt;a id=&quot;name&quot;&lt;?php echo $style; ?&gt; onclick=&quot;return false;&quot; href=&quot;&lt;?php echo esc_url( home_url( '/' ) ); ?&gt;&quot;&gt;&lt;?php bloginfo( 'name' ); ?&gt;&lt;/a&gt;&lt;/h1&gt;
+                &lt;h2 id=&quot;desc&quot;&lt;?php echo $style; ?&gt;&gt;&lt;?php bloginfo( 'description' ); ?&gt;&lt;/h2&gt;
+                &lt;?php $header_image = get_header_image();
+                if ( ! empty( $header_image ) ) : ?&gt;
+                        &lt;img src=&quot;&lt;?php echo esc_url( $header_image ); ?&gt;&quot; alt=&quot;&quot; /&gt;
+                &lt;?php endif; ?&gt;
+        &lt;/div&gt;
+&lt;?php }
+endif;
+
+/**
</ins><span class="cx">  * Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link.
</span><span class="cx">  *
</span><span class="cx">  * @since Twenty Twelve 1.0
</span><span class="lines">@@ -89,7 +209,7 @@
</span><span class="cx">                 'id' =&gt; 'sidebar-1',
</span><span class="cx">                 'before_widget' =&gt; '&lt;aside id=&quot;%1$s&quot; class=&quot;widget %2$s&quot;&gt;',
</span><span class="cx">                 'after_widget' =&gt; &quot;&lt;/aside&gt;&quot;,
</span><del>-                'before_title' =&gt; '&lt;h3 class=&quot;widget-title&quot;&gt;',
</del><ins>+                'before_title' =&gt; '&lt;h3 class=&quot;widget-title all-caps-title&quot;&gt;',
</ins><span class="cx">                 'after_title' =&gt; '&lt;/h3&gt;',
</span><span class="cx">         ) );
</span><span class="cx"> }
</span><span class="lines">@@ -107,8 +227,8 @@
</span><span class="cx">         if ( $wp_query-&gt;max_num_pages &gt; 1 ) : ?&gt;
</span><span class="cx">                 &lt;nav id=&quot;&lt;?php echo $nav_id; ?&gt;&quot;&gt;
</span><span class="cx">                         &lt;h3 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Post navigation', 'twentytwelve' ); ?&gt;&lt;/h3&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', 'twentytwelve' ) ); ?&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;', 'twentytwelve' ) ); ?&gt;&lt;/div&gt;
</del><ins>+                        &lt;div class=&quot;nav-previous alignleft&quot;&gt;&lt;?php next_posts_link( __( '&lt;span class=&quot;meta-nav&quot;&gt;&amp;larr;&lt;/span&gt; Older posts', 'twentytwelve' ) ); ?&gt;&lt;/div&gt;
+                        &lt;div class=&quot;nav-next alignright&quot;&gt;&lt;?php previous_posts_link( __( 'Newer posts &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentytwelve' ) ); ?&gt;&lt;/div&gt;
</ins><span class="cx">                 &lt;/nav&gt;&lt;!-- #nav-above --&gt;
</span><span class="cx">         &lt;?php endif;
</span><span class="cx"> }
</span><span class="lines">@@ -201,4 +321,19 @@
</span><span class="cx">                 get_the_author()
</span><span class="cx">         );
</span><span class="cx"> }
</span><del>-endif;
</del><span class="cx">\ No newline at end of file
</span><ins>+endif;
+
+/**
+ * Extends the default WordPress body class to denote a full-width layout.
+ *
+ * Used in two cases: no active widgets in sidebar, and full-width page template.
+ *
+ * @since Twenty Twelve 1.0
+ */
+function twentytwelve_body_class( $classes ) {
+        if ( ! is_active_sidebar( 'sidebar-1' ) || is_page_template( 'full-width' ) )
+                $classes[] = 'full-width';
+
+        return $classes;
+}
+add_filter( 'body_class', 'twentytwelve_body_class' );
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytwelveheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/header.php (19914 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/header.php        2012-02-13 21:01:55 UTC (rev 19914)
+++ trunk/wp-content/themes/twentytwelve/header.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -13,7 +13,7 @@
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;meta charset=&quot;&lt;?php bloginfo( 'charset' ); ?&gt;&quot; /&gt;
</span><span class="cx"> &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot; /&gt;
</span><del>-&lt;title&gt;&lt;?php wp_title( '|', true, 'right' ); ?&gt;&lt;/title&gt;
</del><ins>+&lt;title&gt;&lt;?php wp_title( '|', true, 'right' ); ?&gt; &lt;?php bloginfo( 'name' ); ?&gt;&lt;/title&gt;
</ins><span class="cx"> &lt;link rel=&quot;profile&quot; href=&quot;http://gmpg.org/xfn/11&quot; /&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"> 
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> if ( is_singular() &amp;&amp; get_option( 'thread_comments' ) )
</span><span class="cx">         wp_enqueue_script( 'comment-reply' );
</span><span class="cx"> 
</span><del>-wp_enqueue_style( 'twentytwelve-style', get_bloginfo( 'stylesheet_url' ) );
</del><ins>+wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri() );
</ins><span class="cx"> ?&gt;
</span><span class="cx"> &lt;?php wp_head(); ?&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="lines">@@ -46,6 +46,11 @@
</span><span class="cx">                         &lt;div class=&quot;skip-link&quot;&gt;&lt;a class=&quot;assistive-text&quot; href=&quot;#secondary&quot; title=&quot;&lt;?php esc_attr_e( 'Skip to secondary content', 'twentytwelve' ); ?&gt;&quot;&gt;&lt;?php _e( 'Skip to secondary content', 'twentytwelve' ); ?&gt;&lt;/a&gt;&lt;/div&gt;
</span><span class="cx">                         &lt;?php wp_nav_menu( array( 'theme_location' =&gt; 'primary' ) ); ?&gt;
</span><span class="cx">                 &lt;/nav&gt;
</span><ins>+
+                &lt;?php $header_image = get_header_image();
+                if ( ! empty( $header_image ) ) : ?&gt;
+                        &lt;img src=&quot;&lt;?php echo esc_url( $header_image ); ?&gt;&quot; alt=&quot;&quot; /&gt;
+                &lt;?php endif; ?&gt;
</ins><span class="cx">         &lt;/header&gt;&lt;!-- #masthead --&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;div id=&quot;main&quot;&gt;
</span><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytwelveindexphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/index.php (19914 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/index.php        2012-02-13 21:01:55 UTC (rev 19914)
+++ trunk/wp-content/themes/twentytwelve/index.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -16,11 +16,6 @@
</span><span class="cx"> 
</span><span class="cx">         &lt;div id=&quot;primary&quot;&gt;
</span><span class="cx">                 &lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;
</span><del>-                &lt;!-- Placeholder for optional header image
-                &lt;section role=&quot;banner&quot;&gt;
-                        &lt;img src=&quot;&lt;?php echo get_stylesheet_directory_uri(); ?&gt;/images/flowers.jpg&quot; width=&quot;625&quot; height=&quot;188&quot; /&gt;
-                &lt;/section&gt;
-                --&gt;
</del><span class="cx">                 &lt;?php if ( have_posts() ) : ?&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php /* Start the Loop */ ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvesidebarphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/sidebar.php (19914 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/sidebar.php        2012-02-13 21:01:55 UTC (rev 19914)
+++ trunk/wp-content/themes/twentytwelve/sidebar.php        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -2,29 +2,16 @@
</span><span class="cx"> /**
</span><span class="cx">  * The Sidebar containing the main widget area.
</span><span class="cx">  *
</span><ins>+ * If no active widgets in sidebar, hide it completely.
+ *
</ins><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Twenty_Twelve
</span><span class="cx">  * @since Twenty Twelve 1.0
</span><span class="cx">  */
</span><span class="cx"> ?&gt;
</span><del>-        &lt;div id=&quot;secondary&quot; class=&quot;widget-area&quot; role=&quot;complementary&quot;&gt;
-                &lt;?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?&gt;
</del><span class="cx"> 
</span><del>-                        &lt;aside id=&quot;archives&quot; class=&quot;widget&quot;&gt;
-                                &lt;h3 class=&quot;widget-title&quot;&gt;&lt;?php _e( 'Archives', 'twentytwelve' ); ?&gt;&lt;/h3&gt;
-                                &lt;ul&gt;
-                                        &lt;?php wp_get_archives( array( 'type' =&gt; 'monthly' ) ); ?&gt;
-                                &lt;/ul&gt;
-                        &lt;/aside&gt;
-
-                        &lt;aside id=&quot;meta&quot; class=&quot;widget&quot;&gt;
-                                &lt;h3 class=&quot;widget-title&quot;&gt;&lt;?php _e( 'Meta', 'twentytwelve' ); ?&gt;&lt;/h3&gt;
-                                &lt;ul&gt;
-                                        &lt;?php wp_register(); ?&gt;
-                                        &lt;li&gt;&lt;?php wp_loginout(); ?&gt;&lt;/li&gt;
-                                        &lt;?php wp_meta(); ?&gt;
-                                &lt;/ul&gt;
-                        &lt;/aside&gt;
-
-                &lt;?php endif; // end sidebar widget area ?&gt;
-        &lt;/div&gt;&lt;!-- #secondary .widget-area --&gt;
</del><span class="cx">\ No newline at end of file
</span><ins>+        &lt;?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?&gt;
+        &lt;div id=&quot;secondary&quot; class=&quot;widget-area&quot; role=&quot;complementary&quot;&gt;
+                &lt;?php dynamic_sidebar( 'sidebar-1' ); ?&gt;
+        &lt;/div&gt;&lt;!-- #secondary .widget-area --&gt;
+        &lt;?php endif; ?&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvestylecss"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/style.css (19914 => 19915)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/style.css        2012-02-13 21:01:55 UTC (rev 19914)
+++ trunk/wp-content/themes/twentytwelve/style.css        2012-02-14 03:54:46 UTC (rev 19915)
</span><span class="lines">@@ -114,6 +114,17 @@
</span><span class="cx">         clear: both;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/* patterns.scss
+ * Repeatable patterns
+ * ------------------------------------------------------------------ */
+.all-caps-title {
+        text-transform: uppercase;
+        font-weight: 400;
+        font-size: 13px;
+        font-size: 0.928571429rem;
+        line-height: 1.846153846;
+}
+
</ins><span class="cx"> /* scaffolding.css.scss
</span><span class="cx"> * Basic structure
</span><span class="cx"> * ------------------------------------------------------------------ */
</span><span class="lines">@@ -148,46 +159,50 @@
</span><span class="cx"> /*---------------------------------------------------------
</span><span class="cx"> Page structure
</span><span class="cx"> ------------------------------------------------------------ */
</span><del>-div#page {
</del><ins>+#page {
</ins><span class="cx">         padding: 0 24px;
</span><span class="cx">         padding: 0 1.714285714rem;
</span><span class="cx">         background-color: #fff;
</span><span class="cx"> }
</span><span class="cx"> @media screen and (min-width: 600px) {
</span><del>-        div#page {
</del><ins>+        #page {
</ins><span class="cx">                 zoom: 1;
</span><span class="cx">                 margin: 0 auto;
</span><span class="cx">                 max-width: 960px;
</span><span class="cx">                 max-width: 68.571428571rem;
</span><span class="cx">         }
</span><del>-        div#page:before, div#page:after {
</del><ins>+        #page:before, #page:after {
</ins><span class="cx">                 display: table;
</span><span class="cx">                 content: &quot;&quot;;
</span><span class="cx">         }
</span><del>-        div#page:after {
</del><ins>+        #page:after {
</ins><span class="cx">                 clear: both;
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-div#primary {
</del><ins>+#primary {
</ins><span class="cx">         margin: 24px 0;
</span><span class="cx">         margin: 1.714285714rem 0;
</span><span class="cx"> }
</span><span class="cx"> @media screen and (min-width: 600px) {
</span><del>-        div#primary {
</del><ins>+        #primary {
</ins><span class="cx">                 float: left;
</span><span class="cx">                 width: 65.104166667%;
</span><span class="cx">         }
</span><span class="cx"> 
</span><ins>+@media screen and (min-width: 600px) {
+        body.full-width #primary {
+                width: 100%;
+        }
</ins><span class="cx"> }
</span><span class="cx"> 
</span><del>-div#secondary {
</del><ins>+#secondary {
</ins><span class="cx">         margin: 24px 0;
</span><span class="cx">         margin: 1.714285714rem 0;
</span><span class="cx"> }
</span><span class="cx"> @media screen and (min-width: 600px) {
</span><del>-        div#secondary {
</del><ins>+        #secondary {
</ins><span class="cx">                 float: right;
</span><span class="cx">                 width: 26.041666667%;
</span><span class="cx">         }
</span><span class="lines">@@ -347,11 +362,6 @@
</span><span class="cx"> div#secondary aside h3 {
</span><span class="cx">         margin-bottom: 24px;
</span><span class="cx">         margin-bottom: 1.714285714rem;
</span><del>-        text-transform: uppercase;
-        font-weight: 300;
-        font-size: 13px;
-        font-size: 0.928571429rem;
-        line-height: 1.846153846;
</del><span class="cx"> }
</span><span class="cx"> div#secondary aside p,
</span><span class="cx"> div#secondary aside li {
</span><span class="lines">@@ -520,4 +530,16 @@
</span><span class="cx"> object,
</span><span class="cx"> video {
</span><span class="cx">         max-width: 100%;
</span><del>-}
</del><span class="cx">\ No newline at end of file
</span><ins>+}
+
+/* archive.css.scss
+ * Styling for the archive view
+ * ------------------------------------------------------------------ */
+#content.archive h1.archive-title {
+        margin-bottom: 48px;
+        margin-bottom: 3.428571429rem;
+        padding-bottom: 22px;
+        padding-bottom: 1.571428571rem;
+        border-bottom: 1px solid #ededed;
+        color: #777777;
+}
</ins></span></pre>
</div>
</div>

</body>
</html>