_s: refix footer URL and extra spaces, originally fixed in r8766 but reverted in r8831
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8981 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
parent
1d680edf9c
commit
93a334bc97
2 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,8 @@ get_header();
|
|||
</div><!-- .entry-meta -->
|
||||
|
||||
<nav id="image-navigation">
|
||||
<span class="previous-image"><?php previous_image_link( false, __( '← Previous' , '_s' ) ); ?></span>
|
||||
<span class="next-image"><?php next_image_link( false, __( 'Next →' , '_s' ) ); ?></span>
|
||||
<span class="previous-image"><?php previous_image_link( false, __( '← Previous', '_s' ) ); ?></span>
|
||||
<span class="next-image"><?php next_image_link( false, __( 'Next →', '_s' ) ); ?></span>
|
||||
</nav><!-- #image-navigation -->
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue