_s: Don't show separator between meta data. Fixes #72.

This commit is contained in:
obenland 2013-06-27 07:03:43 -07:00
parent 39d8f7ad61
commit 514b2aa62d
2 changed files with 2 additions and 4 deletions

View file

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