Remove some now-unnecessary double quotes around HTML entities used in DocBlock comments.
See #30473. Built from https://develop.svn.wordpress.org/trunk@30721 git-svn-id: http://core.svn.wordpress.org/trunk@30711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8e5543da53
commit
3d77f9a816
|
@ -1173,7 +1173,7 @@ function wp_kses_bad_protocol_once2( $string, $allowed_protocols ) {
|
|||
* Converts and fixes HTML entities.
|
||||
*
|
||||
* This function normalizes HTML entities. It will convert `AT&T` to the correct
|
||||
* `AT&T", ":" to ":", "&#XYZZY;" to "&#XYZZY;` and so on.
|
||||
* `AT&T, : to :, &#XYZZY; to &#XYZZY;` and so on.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30720';
|
||||
$wp_version = '4.1-beta2-30721';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue