mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-05 07:58:35 +01:00
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:
parent
9226691b3c
commit
5cde2018ea
@ -222,7 +222,7 @@ function esc_attr__( $text, $domain = 'default' ) {
|
|||||||
* Retrieve the translation of $text and escapes it for safe use in HTML output.
|
* 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
|
* 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
|
* @since 2.8.0
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user