Make WordPress Core

Changeset 13181


Ignore:
Timestamp:
02/17/2010 07:32:11 PM (15 years ago)
Author:
iammattthomas
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/loop.php

    r13147 r13181  
    3838            ?>
    3939            <a href="<?php echo $category_link; ?>" title="<?php esc_attr_e('View posts in the Gallery category', 'twentyten'); ?>"><?php _e('More Galleries', 'twentyten'); ?></a>
    40             <span class="meta-sep"><?php __( ' | ', 'twentyten' ); ?></span>
     40            <span class="meta-sep"><?php _e( ' | ', 'twentyten' ); ?></span>
    4141            <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
    4242            <?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" ); ?>
Note: See TracChangeset for help on using the changeset viewer.