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

@ -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 -->