Changeset 13181
- Timestamp:
- 02/17/2010 07:32:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop.php
r13147 r13181 38 38 ?> 39 39 <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> 41 41 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span> 42 42 <?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.