diff --git a/wp-includes/l10n.php b/wp-includes/l10n.php index c5e460a12b..a81470ff7d 100644 --- a/wp-includes/l10n.php +++ b/wp-includes/l10n.php @@ -221,7 +221,8 @@ 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 returned. + * If there is no translation, or the text domain isn't loaded, the original text + * is escaped and returned.. * * @since 2.8.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 0ab2e5e89d..f2c0066fb1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40931'; +$wp_version = '4.9-alpha-40932'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.