Docs: Remove erroneous period in the description for esc_html__().

Props danieltj.
Fixes #43419.

Built from https://develop.svn.wordpress.org/trunk@42753


git-svn-id: http://core.svn.wordpress.org/trunk@42583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2018-02-26 15:57:32 +00:00
parent 9226691b3c
commit 5cde2018ea
2 changed files with 2 additions and 2 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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42752';
$wp_version = '5.0-alpha-42753';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.