From c6d57758405af15369ca902f0244f612bfde1e26 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 26 Feb 2018 15:56:15 +0000 Subject: [PATCH] Docs: Remove erroneous period in the description for `esc_html__()`. Props danieltj. Fixes #43419. git-svn-id: https://develop.svn.wordpress.org/trunk@42753 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/l10n.php b/src/wp-includes/l10n.php index f7aa3471f0..51f701f01e 100644 --- a/src/wp-includes/l10n.php +++ b/src/wp-includes/l10n.php @@ -222,7 +222,7 @@ function esc_attr__( $text, $domain = 'default' ) { * Retrieve the translation of $text and escapes it for safe use in HTML output. * * If there is no translation, or the text domain isn't loaded, the original text - * is escaped and returned.. + * is escaped and returned. * * @since 2.8.0 *