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
This commit is contained in:
Pascal Birchler 2018-02-26 15:56:15 +00:00
parent 86c8a7c9e6
commit c6d5775840
1 changed files with 1 additions and 1 deletions

View File

@ -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
*