Make WordPress Core

Ticket #34914: 34006.diff

File 34006.diff, 579 bytes (added by MikeHansenMe, 9 years ago)
  • src/wp-admin/includes/dashboard.php

     
    610610                }
    611611
    612612                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>';
    614614                }
    615615
    616616                /**