From 5cde2018ea0ed9d2aa4c4fef72efcb6e3c57261b Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 26 Feb 2018 15:57:32 +0000 Subject: [PATCH] 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 --- wp-includes/l10n.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index f7aa3471f0..51f701f01e 100644 --- a/wp-includes/l10n.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 3b30b5ab87..46dd9be112 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.