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.