From bf1e6d12261cf8edd5c2823193cb53ae9572e477 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 21 Jan 2017 17:26:41 +0000 Subject: [PATCH] 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 --- wp-includes/formatting.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 657f52e9d9..7ad8020e36 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -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 | * | -------- | ----- | ----------- | --------------------------------------- | diff --git a/wp-includes/version.php b/wp-includes/version.php index 794f41fb78..1d77cec4d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.