Use 3-digit x.x.x style for 4.3.0 @since versions.

see #32335, #32430.

git-svn-id: https://develop.svn.wordpress.org/trunk@32897 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2015-06-21 11:40:05 +00:00
parent af92620277
commit cf57a5e072
2 changed files with 5 additions and 5 deletions

View File

@@ -1526,7 +1526,7 @@ function convert_chars( $content, $deprecated = '' ) {
/**
* Converts invalid Unicode references range to valid range.
*
* @since 4.3
* @since 4.3.0
*
* @param string $content String with entities that need converting.
* @return string Converted string.