diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 6679df7768..505862bfd6 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -610,7 +610,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) { } if ( '1' === $comment->comment_approved ) { - $actions['view'] = '' . _x( 'View', 'verb' ) . ''; + $actions['view'] = '' . __( 'View' ) . ''; } /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 24faf9c924..16e789c5f4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35899'; +$wp_version = '4.5-alpha-35900'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.