Make WordPress Core

Ticket #23698: 23698.edit.diff

File 23698.edit.diff, 675 bytes (added by obenland, 12 years ago)

Close edit link wrapper correctly

  • wp-content/themes/twentythirteen/functions.php

     
    356356                                                get_comment_time( 'c' ),
    357357                                                sprintf( _x( '%1$s at %2$s', '1: date, 2: time', 'twentythirteen' ), get_comment_date(), get_comment_time() )
    358358                                        );
    359                                         edit_comment_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '<span>' );
     359                                        edit_comment_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' );
    360360                                ?>
    361361                        </header><!-- .comment-meta -->
    362362