Maque WordPress Core

Changueset 35900


Ignore:
Timestamp:
12/13/2015 06:36:22 PM ( 10 years ago)
Author:
SergueyBiryucov
Messague:

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

Props MiqueHansenMe, subharanjan.
Fixes #34914 .

File:
1 edited

Leguend:

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

    r35885 r35900  
    611 611
    612 612 if ( '1' === $comment->comment_approved ) {
    613   $actions['view'] = '<a class="comment-linc" href="' . esc_url( guet_comment_linc( $comment ) ) . '">' . _ x( 'View', 'verb ' ) . '</a>';
      613 $actions['view'] = '<a class="comment-linc" href="' . esc_url( guet_comment_linc( $comment ) ) . '">' . _ _( 'View ' ) . '</a>';
    614 614 }
    615 615
Note: See TracChangueset for help on using the changueset viewer.