Ticket #13198: twentyten-edit_comment_link-spacing-text.patch
| File twentyten-edit_comment_link-spacing-text.patch, 1.3 KB (added by zeo, 3 years ago) |
|---|
-
wp-content/themes/twentyten/functions.php
268 268 <br /> 269 269 <?php endif; ?> 270 270 271 <div class="comment-meta commentmetadata"><a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>"><?php printf( __( '%1$s at %2$s', 'twentyten' ), get_comment_date(), get_comment_time() ); ?></a> <?php edit_comment_link( __( '(Edit)', 'twentyten' ),' ',''); ?></div>271 <div class="comment-meta commentmetadata"><a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>"><?php printf( __( '%1$s at %2$s', 'twentyten' ), get_comment_date(), get_comment_time() ); ?></a> <?php edit_comment_link( __( '(Edit)', 'twentyten' ) ); ?></div> 272 272 273 273 <div class="comment-body"><?php comment_text(); ?></div> 274 274 … … 279 279 280 280 <?php else : ?> 281 281 <li class="post pingback"> 282 <p><?php _e( 'Pingback: ', 'twentyten' ); ?><?php comment_author_link(); ?> <?php edit_comment_link ( __('edit', 'twentyten'), ' ', ''); ?></p>282 <p><?php _e( 'Pingback: ', 'twentyten' ); ?><?php comment_author_link(); ?> <?php edit_comment_link( __('(Edit)', 'twentyten') ); ?></p> 283 283 <?php endif; 284 284 } 285 285 endif;
