<!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>[2376] sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase: W.org Showcase: Pass all strings through i18n functions.</title>
</head>
<body>

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

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>W.org Showcase: Pass all strings through i18n functions.

Props ramiy, coffee2code.
Fixes <a href="http://meta.trac.wordpress.org/ticket/1507">#1507</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasearchivephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/archive.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasecommentsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/comments.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasefunctionsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/functions.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcaseheaderphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/header.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcaseindexphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasepagehomephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasepagesubmitphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-submit.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasesidebarleftphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-left.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasesidebarrightphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasesinglephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasearchivephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/archive.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/archive.php    2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/archive.php      2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -22,7 +22,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                        </a>
</span><span class="cx" style="display: block; padding: 0 10px">                                        <h5><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h5>
</span><span class="cx" style="display: block; padding: 0 10px">                                        <div class="excerpt"><?php the_content_limit(200); ?></div>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        <div class="meta"><?php tags_with_count( 'flat', '<strong>Tags:</strong> ', ', ', '<br />'); ?><?php edit_post_link( 'Edit this entry' ); ?></div>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 <div class="meta"><?php tags_with_count( 'flat', '<strong>' . __( 'Tags:', 'wporg-showcase' ) . '</strong> ', ', ', '<br />'); ?><?php edit_post_link( __( 'Edit this entry', 'wporg-showcase' ) ); ?></div>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         <div style="clear:both;"></div>
</span><span class="cx" style="display: block; padding: 0 10px">                                </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -32,7 +32,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                
</span><span class="cx" style="display: block; padding: 0 10px">                <?php else : // have_posts ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <p><?php _e('Sorry, no sites in the Showcase matched your criteria.'); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <p><?php _e( 'Sorry, no sites in the Showcase matched your criteria.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <?php endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasecommentsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/comments.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/comments.php   2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/comments.php     2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,19 +1,24 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<p><?php _e('Enter your password to view comments.'); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<p><?php _e( 'Enter your password to view comments.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px"> <?php return; endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> <?php if ( is_single() ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<div class="nextprev"><span class="prev"><?php previous_post('&laquo; %', '');?></span><span class="next"><?php next_post('% &raquo;', ''); ?></span><div class="clear"></div></div>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<div class="nextprev"><span class="prev"><?php previous_post( __( '&laquo; %', 'wporg-showcase' ), '');?></span><span class="next"><?php next_post( __( '% &raquo;', 'wporg-showcase' ), ''); ?></span><div class="clear"></div></div>
</ins><span class="cx" style="display: block; padding: 0 10px"> <?php endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> <?php if ( $comments ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<h2 class="fancy"><?php comments_number(__('No Pings'), __('1 Ping'), __('% Pings')); ?></h2>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<h2 class="fancy"><?php comments_number( __( 'No Pings', 'wporg-showcase' ), __( '1 Ping', 'wporg-showcase' ), __( '% Pings', 'wporg-showcase' ) ); ?></h2>
</ins><span class="cx" style="display: block; padding: 0 10px"> <ol id="comments">
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> <?php foreach ($comments as $comment) : $i++; ?>
</span><span class="cx" style="display: block; padding: 0 10px">        <li id="comment-<?php comment_ID() ?>" <?php if ($i % 2) echo "class='altc'"; ?>>
</span><span class="cx" style="display: block; padding: 0 10px">        <?php comment_text() ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> from <?php comment_author_link() ?> on <?php comment_date() ?></cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p><cite><?php printf(
+               _x( '%1$s from %2$s on %3$s', '{comment type} from {comment author link} on {comment date}', 'wporg-showcase' ),
+               comment_type( __( 'Comment', 'wporg-showcase' ), __( 'Trackback', 'wporg-showcase' ), __( 'Pingback', 'wporg-showcase' ) ),
+               comment_author_link(),
+               comment_date()
+       ); ?></cite> <?php edit_comment_link( __( 'Edit This', 'wporg-showcase' ), ' |' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">         </li>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> <?php endforeach; ?>
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasefunctionsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/functions.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/functions.php  2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/functions.php    2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -69,8 +69,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_flavors() {
</span><span class="cx" style="display: block; padding: 0 10px">        global $post;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        echo '<h4>Flavor</h4>
-               <ul id="flavors">';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ echo '<h4>' . __( 'Flavor', 'wporg-showcase' ). '</h4>';
+       echo '<ul id="flavors">';
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        $flavors = array( 'WordPress.org', 'WordPress.com', 'WordPress.com VIP', 'WordPress MS' );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -83,9 +83,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">        }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        if ( in_category( 'BuddyPress' ) ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                echo '<li class="flavor-used"><img src="' . get_template_directory_uri() . '/images/flavor-bp.png" /> BuddyPress</li>';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         echo '<li class="flavor-used"><img src="' . get_template_directory_uri() . '/images/flavor-bp.png" /> ' . __( 'BuddyPress', 'wporg-showcase' ). '</li>';
</ins><span class="cx" style="display: block; padding: 0 10px">         } else {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                echo '<li><img src="' . get_template_directory_uri() . '/images/flavor-bp2.png" /> BuddyPress</li>';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         echo '<li><img src="' . get_template_directory_uri() . '/images/flavor-bp2.png" /> ' . __( 'BuddyPress', 'wporg-showcase' ). '</li>';
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        echo '</ul>';
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -93,7 +93,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> function blockquote_style( $content ) {
</span><span class="cx" style="display: block; padding: 0 10px">        if ( is_single() )
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                $content = str_replace( '</blockquote>', '<cite>Source: <a href="http://' . get_site_domain( false, false ) . '">' . get_site_domain( false, false, true ) . '</a></cite><div class="clear"></div></blockquote>', $content );
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         $content = str_replace( '</blockquote>', '<cite>' . __( 'Source:', 'wporg-showcase' ). ' <a href="http://' . get_site_domain( false, false ) . '">' . get_site_domain( false, false, true ) . '</a></cite><div class="clear"></div></blockquote>', $content );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        return $content;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -119,7 +119,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">        $args = array('number' => $number, 'orderby' => 'count', 'order' => 'DESC');
</span><span class="cx" style="display: block; padding: 0 10px">        $tags = get_terms( 'post_tag', $args );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        $out = '<h4>Browse Popular Tags</h4>';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ $out = '<h4>' . __( 'Browse Popular Tags', 'wporg-showcase' ). '</h4>';
</ins><span class="cx" style="display: block; padding: 0 10px">         $out .= '<ul class="submenu wpsc-popular-tags">';
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        foreach ($tags as $tag) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -138,20 +138,20 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> function breadcrumb() { ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <h3><a href="<?php echo home_url( '/' ); ?>" title="Showcase">Showcase</a>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <h3><a href="<?php echo home_url( '/' ); ?>" title="<?php esc_attr_e( 'Showcase', 'wporg-showcase' ); ?>"><?php _e( 'Showcase', 'wporg-showcase' ); ?></a>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                <?php if ( is_search() ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        &raquo; Search for: <?php the_search_query(); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <?php printf( __( '&raquo; Search for: %s', 'wporg-showcase' ), get_search_query() ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                 <?php elseif ( strstr( $_SERVER['REQUEST_URI'], '/showcase/archives' ) ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        &raquo; Archives
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <?php _e( '&raquo; Archives', 'wporg-showcase' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                 <?php else : ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        <?php if ( is_category() ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                &raquo; Flavor
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <?php _e( '&raquo; Flavor', 'wporg-showcase' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <?php elseif ( is_tag() ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                &raquo; Tag
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <?php _e( '&raquo; Tag', 'wporg-showcase' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <?php endif; // is_category ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        &raquo; <?php echo wp_get_document_title(); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <?php printf( __( '&raquo; %s', 'wporg-showcase' ), wp_get_document_title() ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                 <?php endif; // is_search ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        </h3>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -160,7 +160,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> function sc_feed_author( $author ) {
</span><span class="cx" style="display: block; padding: 0 10px">        if ( is_feed() )
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                $author = 'WordPress Showcase';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         $author = _x( 'WordPress Showcase', 'Feed Author', 'wporg-showcase' );
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        return $author;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -174,7 +174,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">        if ( $posttags ) {
</span><span class="cx" style="display: block; padding: 0 10px">                foreach ( $posttags as $tag ) {
</span><span class="cx" style="display: block; padding: 0 10px">                        if ( $tag->count > 1 && !is_tag($tag->slug) ) {
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                $tag_link = '<a href="' . get_term_link($tag, 'post_tag') . '" rel="tag">' . $tag->name . ' (' . $tag->count . ')</a>';
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         $tag_link = '<a href="' . get_term_link($tag, 'post_tag') . '" rel="tag">' . sprintf( _x( '%1$s (%2$s)', 'Tag name (tag count)', 'wporg-showcase' ), $tag->name, $tag->count ) . '</a>';
</ins><span class="cx" style="display: block; padding: 0 10px">                         } else {
</span><span class="cx" style="display: block; padding: 0 10px">                                $tag_link = $tag->name;
</span><span class="cx" style="display: block; padding: 0 10px">                        }
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -248,10 +248,10 @@
</span><span class="cx" style="display: block; padding: 0 10px">                $parts['title'] = '';
</span><span class="cx" style="display: block; padding: 0 10px">        } elseif ( is_category() ) {
</span><span class="cx" style="display: block; padding: 0 10px">                // Prepend 'Flavor: ' to category document titles.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                $parts['title'] = 'Flavor: ' . $parts['title'];
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         $parts['title'] = sprintf( __( 'Flavor: %s', 'wporg-showcase' ) . $parts['title'] );
</ins><span class="cx" style="display: block; padding: 0 10px">         } elseif ( is_tag() ) {
</span><span class="cx" style="display: block; padding: 0 10px">                // Prepend 'Tag: ' to tag document titles.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                $parts['title'] = 'Tag: ' . $parts['title'];
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         $parts['title'] = sprintf( __( 'Tag: %s', 'wporg-showcase' ) . $parts['title'] );
</ins><span class="cx" style="display: block; padding: 0 10px">         }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        return $parts;
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcaseheaderphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/header.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/header.php     2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/header.php       2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -8,6 +8,6 @@
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><span class="cx" style="display: block; padding: 0 10px"> <div id="headline">
</span><span class="cx" style="display: block; padding: 0 10px">        <div class="wrapper">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <h2>Showcase</h2>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <h2><?php _e( 'Showcase', 'wporg-showcase' ); ?></h2>
</ins><span class="cx" style="display: block; padding: 0 10px">         </div>
</span><span class="cx" style="display: block; padding: 0 10px"> </div>
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcaseindexphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php      2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php        2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -21,7 +21,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        
</span><span class="cx" style="display: block; padding: 0 10px">                <?php else : // have_posts ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <p><?php _e('Sorry, no sites in the Showcase matched your criteria.'); ?></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <p><?php _e( 'Sorry, no sites in the Showcase matched your criteria.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">                         
</span><span class="cx" style="display: block; padding: 0 10px">                <?php endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasepagehomephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php  2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-home.php    2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -25,7 +25,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                                        <?php if ( $wpsc_url ) : // make sure the URL is valid (esc_url will return an empty string if not) ?>
</span><span class="cx" style="display: block; padding: 0 10px">                                                        <a href="<?php echo $wpsc_url; ?>" class="wpsc-linkout">
</span><span class="cx" style="display: block; padding: 0 10px">                                                                <?php echo str_replace( parse_url( $wpsc_url, PHP_URL_SCHEME ) . '://', '', untrailingslashit( $wpsc_url ) ); ?> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                                <span class="linkout-symbol">&#10162;</span>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                         <span class="linkout-symbol"><?php _ex( '&#10162;', 'linkout symbol', 'wporg-showcase' ); ?></span>
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         </a>
</span><span class="cx" style="display: block; padding: 0 10px">                                                        <?php endif; // $wpsc_url ?>
</span><span class="cx" style="display: block; padding: 0 10px">                                                        
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -34,7 +34,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                                                the_excerpt();
</span><span class="cx" style="display: block; padding: 0 10px">                                                        ?>
</span><span class="cx" style="display: block; padding: 0 10px">                                                        <a class="wpsc-hero-learnmore" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                                Learn More &rarr;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                         <?php _e( 'Learn More &rarr;', 'wporg-showcase' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                                                         </a>
</span><span class="cx" style="display: block; padding: 0 10px">                                                </div><!-- .wpsc-hero-slide-content -->
</span><span class="cx" style="display: block; padding: 0 10px">                                        </div><!-- .wpsc-hero-slide -->
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -55,7 +55,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        <?php query_posts( array( 'cat' => 4, 'posts_per_page' => 3, 'tag' => 'business', 'orderby' => 'rand' ) ); ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        <?php if ( have_posts() ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <h3>Featured Business Sites</h3>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <h3><?php _e( 'Featured Business Sites', 'wporg-showcase' ); ?></h3>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <ul class="wpsc-recent">
</span><span class="cx" style="display: block; padding: 0 10px">                                
</span><span class="cx" style="display: block; padding: 0 10px">                                <?php while ( have_posts() ) : the_post(); ?>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -78,7 +78,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        <?php query_posts( array( 'posts_per_page' => 9 ) ); ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        <?php if ( have_posts() ) : ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <h3>Recently Added Sites</h3>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <h3><?php _e( 'Recently Added Sites', 'wporg-showcase' ); ?></h3>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <ul class="wpsc-recent">
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                <?php while ( have_posts() ) : the_post(); ?>
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -96,7 +96,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                
</span><span class="cx" style="display: block; padding: 0 10px">                                <?php endwhile; // have_posts ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        </ul>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <a href="<?php echo home_url( '/archives/' ); ?>" class="wpsc-view-all">View All Showcase Sites &rarr;</a>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <a href="<?php echo home_url( '/archives/' ); ?>" class="wpsc-view-all"><?php _e( 'View All Showcase Sites &rarr;', 'wporg-showcase' ); ?></a>
</ins><span class="cx" style="display: block; padding: 0 10px">                         
</span><span class="cx" style="display: block; padding: 0 10px">                        <?php endif; // have_posts ?>
</span><span class="cx" style="display: block; padding: 0 10px">                
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasepagesubmitphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-submit.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-submit.php        2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/page-submit.php  2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -25,8 +25,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> <?php if ( $_POST && ! $error ) : ?>
</span><span class="cx" style="display: block; padding: 0 10px">        <div id="return">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <h3>Submitted!</h3>
-       <p>Thanks! You have successfully submitted a site for consideration to be added to the WordPress Showcase. If the site you submitted is added, you will be contacted via email within one week. We appreciate your interest in the WordPress Showcase! If you'd like to submit another site, head back to the <a href="http://wordpress.org/showcase/submit-a-wordpress-site/">submission form</a>.</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <h3><?php _e( 'Submitted!', 'wporg-showcase' ); ?></h3>
+       <p><?php printf( __( 'Thanks! You have successfully submitted a site for consideration to be added to the WordPress Showcase. If the site you submitted is added, you will be contacted via email within one week. We appreciate your interest in the WordPress Showcase! If you\'d like to submit another site, head back to the <a href="%s">submission form</a>.', 'wporg-showcase' ), 'https://wordpress.org/showcase/submit-a-wordpress-site/' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">         </div>
</span><span class="cx" style="display: block; padding: 0 10px"> <?php endif; // $_POST && ! $error ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -47,25 +47,21 @@
</span><span class="cx" style="display: block; padding: 0 10px">        endif; // have_posts
</span><span class="cx" style="display: block; padding: 0 10px"> ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <?php if ( $error ) : ?>          
-               <h3 id="return">Whoops!</h3>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <?php if ( $error ) : ?>
+               <h3 id="return"><?php _e( 'Whoops!', 'wporg-showcase' ); ?></h3>
</ins><span class="cx" style="display: block; padding: 0 10px">                 
</span><span class="cx" style="display: block; padding: 0 10px">                <?php if ( strstr( $url, 'blogspot.com' ) || strstr( $url, 'blogger.com' ) ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <p>Please submit a WordPress blog URL. Blogspot/Blogger blogs are not accepted.</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <p><?php _e( 'Please submit a WordPress blog URL. Blogspot/Blogger blogs are not accepted.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">         
</span><span class="cx" style="display: block; padding: 0 10px">                <?php elseif ( $site_detected == "NO" ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <p>We didn't detect WordPress at the given URL. Please submit the URL of a site running WordPress.</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <p><?php _e( 'We didn\'t detect WordPress at the given URL. Please submit the URL of a site running WordPress.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">                 
</span><span class="cx" style="display: block; padding: 0 10px">                <?php elseif ( $site_detected == "YES" && version_compare($site_version, $latest_release, '<' ) ) : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <p>We were unable to detect the latest version of WordPress at the given URL. 
-                       We'd prefer submissions to the showcase to be running up-to-date versions of WordPress.</p>
-                       <p>If you're sure the site is running the latest version of WordPress, then please 
-                       check the URL to make sure it's accurate, and that the URL you submit points directly 
-                       to the location where WordPress is running.</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <p><?php _e( 'We were unable to detect the latest version of WordPress at the given URL. We\'d prefer submissions to the showcase to be running up-to-date versions of WordPress.', 'wporg-showcase' ); ?></p>
+                       <p><?php _e( 'If you\'re sure the site is running the latest version of WordPress, then please check the URL to make sure it\'s accurate, and that the URL you submit points directly to the location where WordPress is running.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">                 
</span><span class="cx" style="display: block; padding: 0 10px">                <?php else : ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <p>There seems to have been a problem with the information you entered. Please make sure 
-                       all fields have data and resubmit.</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <p><?php _e( 'There seems to have been a problem with the information you entered. Please make sure all fields have data and resubmit.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px">         
</span><span class="cx" style="display: block; padding: 0 10px">                <?php endif; ?>
</span><span class="cx" style="display: block; padding: 0 10px">        
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -74,28 +70,28 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <form action="/showcase/submit-a-wordpress-site/#return" method="post" id="submitform">
</span><span class="cx" style="display: block; padding: 0 10px">        <input type="hidden" name="comment_post_ID" value="<?php echo $post->ID; ?>" />
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p><label for="submitname"><?php _e('Your Name'); ?></label><br />
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p><label for="submitname"><?php _e( 'Your Name', 'wporg-showcase' ); ?></label><br />
</ins><span class="cx" style="display: block; padding: 0 10px">         <input type="text" name="submitname" id="submitname" class="text" value="<?php echo esc_attr( $submitname ); ?>" size="28" tabindex="1" /></p>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p><label for="email"><?php _e('Your E-mail'); ?></label><br />
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p><label for="email"><?php _e( 'Your E-mail', 'wporg-showcase'); ?></label><br />
</ins><span class="cx" style="display: block; padding: 0 10px">         <input type="text" name="email" id="email" value="<?php echo esc_attr( $email ); ?>" size="28" tabindex="2" class="text" /></p>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p><label for="url"><?php _e('Site URL'); ?></label><br />
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p><label for="url"><?php _e( 'Site URL', 'wporg-showcase' ); ?></label><br />
</ins><span class="cx" style="display: block; padding: 0 10px">         <input type="text" name="url" id="url" value="<?php echo esc_url( $url ); ?>" size="28" tabindex="3" class="text" /></p>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p><label for="owner"><?php _e("Do you own this site? (It's okay if you don't - we just want to know for contact purposes.)"); ?></label><br />
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p><label for="owner"><?php _e( "Do you own this site? (It's okay if you don't - we just want to know for contact purposes.)", 'wporg-showcase' ); ?></label><br />
</ins><span class="cx" style="display: block; padding: 0 10px">         <select name="owner" id="owner">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                <option value="yes" <?php selected( $owner, 'yes' ); ?> ><?php _e( 'Yes' ); ?></option>
-               <option value="no" <?php selected( $owner, 'no' ); ?> ><?php _e( 'No' ); ?></option>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+         <option value="yes" <?php selected( $owner, 'yes' ); ?> ><?php _e( 'Yes', 'wporg-showcase' ); ?></option>
+               <option value="no" <?php selected( $owner, 'no' ); ?> ><?php _e( 'No', 'wporg-showcase' ); ?></option>
</ins><span class="cx" style="display: block; padding: 0 10px">         </select>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p><label for="description"><?php _e( 'Please describe the site and, if applicable, the person or organization it represents.' ); ?></label><br />
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p><label for="description"><?php _e( 'Please describe the site and, if applicable, the person or organization it represents.', 'wporg-showcase' ); ?></label><br />
</ins><span class="cx" style="display: block; padding: 0 10px">         <textarea name="description" id="description" cols="60" rows="4" tabindex="4" class="text"><?php echo esc_textarea( $description ); ?></textarea></p>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p><label for="why"><?php _e( 'What justifies this site being added to the WordPress Showcase? What makes it unique or interesting?' ); ?></label><br />
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p><label for="why"><?php _e( 'What justifies this site being added to the WordPress Showcase? What makes it unique or interesting?', 'wporg-showcase' ); ?></label><br />
</ins><span class="cx" style="display: block; padding: 0 10px">         <textarea name="why" id="why" cols="60" rows="4" tabindex="5" class="text"><?php echo esc_textarea( $why ); ?></textarea></p>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p class="required">* All fields are required.</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p class="required"><?php _e( '* All fields are required.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        <?php
</span><span class="cx" style="display: block; padding: 0 10px">        if ($use_recaptcha) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -113,7 +109,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">        } // $use_recaptcha
</span><span class="cx" style="display: block; padding: 0 10px">        ?>
</span><span class="cx" style="display: block; padding: 0 10px">        
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        <p><input id="submit" type="submit" tabindex="6" value="<?php _e('Submit Site'); ?>" class="button" /></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ <p><input id="submit" type="submit" tabindex="6" value="<?php esc_attr_e( 'Submit Site', 'wporg-showcase' ); ?>" class="button" /></p>
</ins><span class="cx" style="display: block; padding: 0 10px">         <?php do_action( 'comment_form', $post->ID ); ?>
</span><span class="cx" style="display: block; padding: 0 10px"> </form>
</span><span class="cx" style="display: block; padding: 0 10px"> <?php } // empty( $_POST ) || $error ?>
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasesidebarleftphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-left.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-left.php       2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-left.php 2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,18 +1,18 @@
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="col-2 secondary">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <a href="<?php echo home_url( '/submit-a-wordpress-site/' ); ?>" class="wpsc-submit-site">Submit a Site &rarr;</a>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <a href="<?php echo home_url( '/submit-a-wordpress-site/' ); ?>" class="wpsc-submit-site"><?php _e( 'Submit a Site &rarr;', 'wporg-showcase' ); ?></a>
</ins><span class="cx" style="display: block; padding: 0 10px">                         
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <h4 class="search">Search</h4>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <h4 class="search"><?php _e( 'Search', 'wporg-showcase' ); ?></h4>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <?php // @todo: use get_search_form(); ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        <form method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
</span><span class="cx" style="display: block; padding: 0 10px">                                <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" class="text" />
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                <input type="submit" id="searchsubmit" value="Go" class="button" />
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                         <input type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Go', 'wporg-showcase' ); ?>" class="button" />
</ins><span class="cx" style="display: block; padding: 0 10px">                         </form>
</span><span class="cx" style="display: block; padding: 0 10px">                        
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                        <?php popular_tags(); ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <a href='<?php echo home_url( '/tag-cloud/' ); ?>' class="wpsc-all-tags">View All Tags &rarr;</a>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <a href='<?php echo home_url( '/tag-cloud/' ); ?>' class="wpsc-all-tags"><?php _e( 'View All Tags &rarr;', 'wporg-showcase' ); ?></a>
</ins><span class="cx" style="display: block; padding: 0 10px">                         
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <h4>Browse by Flavor</h4>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <h4><?php _e( 'Browse by Flavor', 'wporg-showcase' ); ?></h4>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <ul class="submenu">
</span><span class="cx" style="display: block; padding: 0 10px">                                <?php wp_list_categories( 'exclude=4&title_li=' ); ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        </ul>
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasesidebarrightphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php      2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-right.php        2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,10 +1,10 @@
</span><span class="cx" style="display: block; padding: 0 10px">                <div class="col-3">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <h4>Top Rated</h4>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <h4><?php _e( 'Top Rated', 'wporg-showcase' ); ?></h4>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <table class="top-rated">
</span><span class="cx" style="display: block; padding: 0 10px">                                <?php get_highest_rated( 'post', 10, 10 ); ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        </table>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                        <h4>Most Votes</h4>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                 <h4><?php _e( 'Most Votes', 'wporg-showcase' ); ?></h4>
</ins><span class="cx" style="display: block; padding: 0 10px">                         <table class="most-votes">
</span><span class="cx" style="display: block; padding: 0 10px">                                <?php get_most_rated(); ?>
</span><span class="cx" style="display: block; padding: 0 10px">                        </table>
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgshowcasesinglephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php     2016-01-26 20:31:33 UTC (rev 2375)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php       2016-01-26 23:41:27 UTC (rev 2376)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -49,21 +49,21 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                                                        }
</span><span class="cx" style="display: block; padding: 0 10px">                                                                ?>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                        <?php edit_post_link('Edit This', '<div class="meta">', '</div>'); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                                 <?php edit_post_link( __( 'Edit This', 'wporg-showcase' ), '<div class="meta">', '</div>'); ?>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                                </div><!-- .storycontent -->
</span><span class="cx" style="display: block; padding: 0 10px">                                                <?php comments_template(); ?>
</span><span class="cx" style="display: block; padding: 0 10px">                                        </div><!-- .col-5 -->
</span><span class="cx" style="display: block; padding: 0 10px">                                        <div class="col-13">
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                <p class="button"><a href="http://<?php get_site_domain( false ); ?>">Visit Site</a></p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         <p class="button"><a href="http://<?php get_site_domain( false ); ?>"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                <h4>Rating</h4>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         <h4><?php _e( 'Rating', 'wporg-showcase' ); ?></h4>
</ins><span class="cx" style="display: block; padding: 0 10px">                                                 <?php the_ratings(); ?>
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                <p class='rating-descrip'>Rate this site based on their implementation and use of WordPress.</p>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         <p class='rating-descrip'><?php _e( 'Rate this site based on their implementation and use of WordPress.', 'wporg-showcase' ); ?></p>
</ins><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                                <?php wp_flavors(); ?>
</span><span class="cx" style="display: block; padding: 0 10px">                                                <br />
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                                <?php tags_with_count( 'list', '<h4>Tags</h4><ul>', '', '</ul>' ); ?>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                         <?php tags_with_count( 'list', '<h4>' . __( 'Tags', 'wporg-showcase' ) . '</h4><ul>', '', '</ul>' ); ?>
</ins><span class="cx" style="display: block; padding: 0 10px">                                         </div>
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">                                        <?php get_sidebar( 'right' ) ?>
</span></span></pre>
</div>
</div>

</body>
</html>