Ticket #38676: 39676.patch
| File 39676.patch, 1005 bytes (added by , 10 years ago) |
|---|
-
wp-admin/includes/class-wp-comments-list-table.php
583 583 if ( 'spam' !== $the_comment_status && 'trash' !== $the_comment_status ) { 584 584 $actions['edit'] = "<a href='comment.php?action=editcomment&c={$comment->comment_ID}' aria-label='" . esc_attr__( 'Edit this comment' ) . "'>". __( 'Edit' ) . '</a>'; 585 585 586 $format = '< a data-comment-id="%d" data-post-id="%d" data-action="%s" class="%s" aria-label="%s" href="#">%s</a>';586 $format = '<button data-comment-id="%d" data-post-id="%d" data-action="%s" class="%s button-link" aria-label="%s">%s</button>'; 587 587 588 588 $actions['quickedit'] = sprintf( $format, $comment->comment_ID, $comment->comment_post_ID, 'edit', 'vim-q comment-inline', esc_attr__( 'Quick edit this comment inline' ), __( 'Quick Edit' ) ); 589 589
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)