Changeset 35900
- Timestamp:
- 12/13/2015 06:36:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r35885 r35900 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 ) ) . '">' . __( 'View' ) . '</a>'; 614 614 } 615 615
Note: See TracChangeset
for help on using the changeset viewer.