_s: Move post meta separators inside conditionals ensuring that separators will not be orphaned. Use consistent 'edit link' whitespace in image.php as well.

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@9087 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Michael Fields 2012-03-06 14:40:49 +00:00
parent be34e27d04
commit c71f030c18
2 changed files with 4 additions and 5 deletions

View file

@ -31,7 +31,7 @@ get_header();
get_the_title( $post->post_parent )
);
?>
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="sep">|</span> <span class="edit-link">', '</span>' ); ?>
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="sep"> | </span> <span class="edit-link">', '</span>' ); ?>
</div><!-- .entry-meta -->
<nav id="image-navigation">