Ticket #34914: 34006.diff
File 34006.diff, 579 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/dashboard.php
610 610 } 611 611 612 612 if ( '1' === $comment->comment_approved ) { 613 $actions['view'] = '<a class="comment-link" href="' . esc_url( get_comment_link( $comment ) ) . '">' . _x( 'View' , 'verb') . '</a>';613 $actions['view'] = '<a class="comment-link" href="' . esc_url( get_comment_link( $comment ) ) . '">' . _x( 'View' ) . '</a>'; 614 614 } 615 615 616 616 /**