Fix meta-sep divider on gallery items in twentyten, see #9015

git-svn-id: https://develop.svn.wordpress.org/trunk@13181 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-02-17 19:32:11 +00:00
parent 163919a4d8
commit ce56f13f5e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
$category_link = get_category_link( $category_id );
?>
<a href="<?php echo $category_link; ?>" title="<?php esc_attr_e('View posts in the Gallery category', 'twentyten'); ?>"><?php _e('More Galleries', 'twentyten'); ?></a>
<span class="meta-sep"><?php __( ' | ', 'twentyten' ); ?></span>
<span class="meta-sep"><?php _e( ' | ', 'twentyten' ); ?></span>
<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
<?php edit_post_link( __( 'Edit', 'twentyten' ), "<span class=\"meta-sep\">|</span>\n\t\t\t\t\t\t<span class=\"edit-link\">", "</span>\n\t\t\t\t\t\n" ); ?>
</div><!-- #entry-utility -->