Changeset 14037 for trunk/wp-content/themes/twentyten/attachment.php
- Timestamp:
- 04/08/2010 03:13:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/attachment.php
r13885 r14037 36 36 ); 37 37 ?> 38 <?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"); ?>38 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?> 39 39 </div><!-- .entry-meta --> 40 40 … … 88 88 <?php _e( 'Both comments and trackbacks are currently closed.', 'twentyten' ); ?> 89 89 <?php endif; ?> 90 <?php edit_post_link( __( 'Edit', 'twentyten' ), "\n\t\t\t\t\t<span class=\"edit-link\">", "</span>"); ?>90 <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> 91 91 </div><!-- .entry-utility --> 92 92 </div><!-- #post-<?php the_ID(); ?> -->
Note: See TracChangeset
for help on using the changeset viewer.