diff --git a/src/functions.php b/src/functions.php index 92f9239c..e14425e7 100644 --- a/src/functions.php +++ b/src/functions.php @@ -279,7 +279,7 @@ function html5wp_excerpt( $length_callback = '', $more_callback = '' ) { // Custom View Article link to Post function html5_blank_view_article( $more ) { global $post; - return '... ' . esc_html_e( 'View Article', 'html5blank' ) . ''; + return '... ' . esc_html__( 'View Article', 'html5blank' ) . ''; } // Remove Admin bar