Docs: After [39939], "locales" should be plural.
See #39658. Built from https://develop.svn.wordpress.org/trunk@39940 git-svn-id: http://core.svn.wordpress.org/trunk@39877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bee96601bd
commit
bf1e6d1226
|
@ -1496,7 +1496,7 @@ function utf8_uri_encode( $utf8_string, $length = 0 ) {
|
|||
* | -------- | ----- | ----------- | --------------------------------------- |
|
||||
* | U+00B7 | l·l | ll | Flown dot (between two Ls) |
|
||||
*
|
||||
* Serbian (`sr_RS`) and Bosnian (`bs_BA`) locale:
|
||||
* Serbian (`sr_RS`) and Bosnian (`bs_BA`) locales:
|
||||
*
|
||||
* | Code | Glyph | Replacement | Description |
|
||||
* | -------- | ----- | ----------- | --------------------------------------- |
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.8-alpha-39939';
|
||||
$wp_version = '4.8-alpha-39940';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue