Make WordPress Core

Changeset 35900


Ignore:
Timestamp:
12/13/2015 06:36:22 PM (9 years ago)
Author:
SergeyBiryukov
Message:

List tables: After [34006], remove unnecessary context from 'View' string, for consistency with other strings in the same context.

Props MikeHansenMe, subharanjan.
Fixes #34914.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r35885 r35900  
    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 ) ) . '">' . __( 'View' ) . '</a>';
    614614        }
    615615
Note: See TracChangeset for help on using the changeset viewer.