Spacing, trailing slash; no need to translate the footer generator URI.
This commit is contained in:
Lance Willett 2012-01-20 18:18:59 +00:00
parent 5cad5adab9
commit 9ce5deb7af
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
<footer id="colophon" role="contentinfo">
<div class="site-info">
<?php do_action( '_s_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', '_s' ) ); ?>" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', '_s' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', '_s' ), 'WordPress' ); ?></a>
<a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', '_s' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', '_s' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( __( 'Theme: %1$s by %2$s.', '_s' ), '_s', '<a href="http://automattic.com/" rel="designer">Automattic</a>' ); ?>
</div><!-- .site-info -->

View File

@ -34,8 +34,8 @@ get_header(); ?>
</div><!-- .entry-meta -->
<nav id="image-navigation">
<span class="previous-image"><?php previous_image_link( false, __( '&larr; Previous' , '_s' ) ); ?></span>
<span class="next-image"><?php next_image_link( false, __( 'Next &rarr;' , '_s' ) ); ?></span>
<span class="previous-image"><?php previous_image_link( false, __( '&larr; Previous', '_s' ) ); ?></span>
<span class="next-image"><?php next_image_link( false, __( 'Next &rarr;', '_s' ) ); ?></span>
</nav><!-- #image-navigation -->
</header><!-- .entry-header -->

View File

@ -1,6 +1,6 @@
/*
Theme Name: _s
Theme URI: http://wpcom-themes.svn.automattic.com/_s
Theme URI: http://wpcom-themes.svn.automattic.com/_s/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.